Changes
Emmanuel Venisse
dIon Gillard
Change the default repository to http://repo1.maven.org/maven/ for dependencies url in the manifest.
Update to velocity 1.5.
Add tests for jar manifest creation.
Using
maven.jar.manifest.classpath.add=truefrom maven console gives huge Class-Path.
Include
Implementation-Vendor-Idattribute for dependencies in manifest.
Support specificationVersion in manifest.
Jar plugin generates incorrect manifest file.
java:compile and java:jar-resources should be called before the jar goal to create the good directory structure. It was done in test:test before but it's also a prerequisite for jar:jar.
Remove unused properties from documentation.
Document need for jar.manifest.classpath property.
Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
- velocity v 1.4-dev -> v1.4
It requires at least maven-plugin-plugin v1.7.
Fix typo on documentation.
Fix typo on documentation.
Added new property
maven.jar.final.name.
Remove deploy warnings
Deprecated jar:snapshot
Use the artifact plugin for installation
Replace Apache Jakarta Maven by Apache Maven in Manifest
trim shortDescription and limit to 72 characters with warning when using specification-title to avoid broken manifests
change ln -sf command to rm -f symlink, ln -s combo because -f flag is not used on Solaris ln.
move maven.remote.group to default.properties
improve manifest generation
revert maven.final.name to previuous value after executing jar:snapshot related goals.
Remove old nav (current etc) as it was confusing people. Implement maven.jar.includes as per Eric Giguere's suggestion.
Added manifest Class-Path, specified by setting property jar.manifest.classpath on dependency artifacts in project.xml.
Reorder Specification-Title/Vendor/Version and Implementation-Title/Vendor/Version
Use pom.currentVersion for Specification-Version
Fix for maven.jar.manifest.extensions.add not being checked correctly.
Fix MAVEN-1009
Fixed maven.jar.manifest.extensions.add use.
Maven-755. Add maven.jar.compress.
Added maven.jar.index property
Upgrade to velocity 1.4-dev
Initial plugin created. Goals are move from java plugin.