You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Christopher Hunt <hu...@internode.on.net> on 2012/01/09 23:14:09 UTC

[ANN] JS Import Maven Plugin 1.0.0 Released

Hi,

The Mojo team is pleased to announce the release of the JS Import Maven Plugin version 1.0.0. 

The JS Import Maven plugin essentially provides Maven dependency management support for JavaScript. Asynchronous Module Definitions (AMD)(1) are also supported.

The import plugin supports js type artifacts and compressed bundles of web resources and will expand the latter into a project's target folder. Web resource bundles are denoted with a "www" classifier and a type of "zip".

http://mojo.codehaus.org/js-import-maven-plugin/

We recommend the use of this plugin in the context of the forthcoming Javascript Maven Tools project (2). Alternatively to get this update, simply specify the version in your project's plugin configuration: 

<plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>js-import-maven-plugin</artifactId>
        <version>1.0.0</version>
</plugin>

The plugin has been developed over the past year and is being heavily used by at least two large corporations.

Enjoy,

The Mojo team.
 
Christopher Hunt
(1) https://github.com/amdjs/amdjs-api/wiki/AMD
(2) http://mojo.codehaus.org/javascript-maven-tools/