Hi Stephen,

Not sure if you know, but the JS Import project (1) can already utilise zip 
files with a "www" classifier. The regular Assembly plugin can be used to make 
these packages. The following type of dependency declaration can then be made:

                <dependency>
                        <groupId>org.codehaus.mojo</groupId>
                        <artifactId>bootstrap-amd</artifactId>
                        <version>2.0.2-alpha-1</version>
                        <classifier>www</classifier>
                        <type>zip</type>
                </dependency>

In addition to this the following libraries are present on Maven Central via 
the MJS project (2):
* almond
* bootstrap
* d3.js
* jquery
* jquery-mobile
* jquery-ui
* knockout.js
* qunit

Kind regards,
Christopher

(1) http://mojo.codehaus.org/js-import-maven-plugin/
(2) http://mojo.codehaus.org/javascript-maven-tools/index.html
---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org

Reply via email to