Changes
Emmanuel Venisse
dIon Gillard
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.