On 1 June 2012 15:19, Christopher Hunt <hu...@internode.on.net> wrote:
> 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>
>

Oh I know about that but it prevents the live editing that is possible
by using the jszip packaging type.

> 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

They can all be reused by specifying the dependency type as jszip and
the classifier, though if they are produced in the reactor you don't
get the live linking with jszip:run

>
> 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