You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@codehaus.org on 2004/05/16 03:11:56 UTC

Maven jar plugin 1.5 released

The maven team is pleased to announce the Maven Jar Plug-in 1.5 release! 

http://maven.apache.org/reference/plugins/jar/

Plugin for creating JAR files. Requires Maven 1.0 RC2. 

Changes in this version include:

  Fixed bugs:

o trim shortDescription and limit to 72 characters with warning when using 
  specification-title to avoid broken manifests Issue: MPJAR-27. 
o change ln -sf command to rm -f symlink, ln -s combo because -f flag is not 
  used on Solaris ln. Issue: MPJAR-24. 
o move maven.remote.group to default.properties 
o improve manifest generation Issue: MPJAR-22. Thanks to Corey Jewett. 
o revert maven.final.name to previuous value after executing jar:snapshot 
  related goals. Issue: MPJAR-17.  

To automatically install the plugin, type the following on a single line:

maven plugin:download 
  -DgroupId=maven 
  -DartifactId=maven-jar-plugin
  -Dversion=1.5

For a manual installation, you can download the plugin here:
http://www.ibiblio.org/maven/maven/plugins/maven-jar-plugin-1.5.jar
         

Have fun!
-The maven team
      

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org