Hi,

The Mojo team is pleased to announce the release of the JavaScript Import Maven 
Plugin version 1.0.1. 

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

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

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.1</version>
</plugin>

Release Notes
* Honours the standard dependencies of "module", "exports" and "require" of AMD.
* Corrects a bug with the modification time processing of www classified zip 
files.
* Correctly processes CR given CR/LF JS files on Windows.
* Small bug fixes.

Enjoy,

The Mojo team.
 
Christopher Hunt

Reply via email to