Version | Date | Description |
---|---|---|
1.8.1 | 2007-04-30 | |
1.8 | 2006-04-26 | |
1.7 | 2005-06-05 | |
1.6.1 | 2004-11-10 | |
1.6 | 2004-06-28 | |
1.5 | 2004-05-13 | |
1.4 | 2004-02-27 | |
1.3 | 2003-09-29 | |
1.2 | Unknown | |
1.1 | 2003-08-29 | |
1.0 | Unknown |
Type | Changes | By |
---|---|---|
Change the default repository to http://repo1.maven.org/maven/ for dependencies url in the manifest. Fixes MAVEN-1789. | aheritier | |
Update to velocity 1.5. | ltheussl |
Type | Changes | By |
---|---|---|
Add tests for jar manifest creation. Fixes MPJAR-19. | ltheussl | |
Using
maven.jar.manifest.classpath.add=true
from maven console gives huge Class-Path.
Fixes MPJAR-46.
|
ltheussl | |
Include
Implementation-Vendor-Id
attribute for dependencies in manifest.
Fixes MPJAR-15.
Thanks to Matt Finn.
|
ltheussl | |
Support specificationVersion in manifest. Fixes MPJAR-39. | ltheussl | |
Jar plugin generates incorrect manifest file. Fixes MPJAR-36 and MPJAR-49 . Thanks to Michael Gaffney . | ltheussl | |
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. | aheritier | |
Remove unused properties from documentation. Fixes MPJAR-47. | ltheussl | |
Document need for jar.manifest.classpath property. Fixes MPJAR-35. Thanks to Dennis Lundberg. | ltheussl | |
Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
|
aheritier | |
It requires at least maven-plugin-plugin v1.7. | aheritier |
Type | Changes | By |
---|---|---|
Fix typo on documentation. Fixes MPJAR-42. Thanks to Joseph Benavidez. | felipeal | |
Fix typo on documentation. Fixes MPJAR-40. Thanks to Shinobu Kawai. | felipeal | |
Added new property
maven.jar.final.name
.
Fixes MPJAR-38.
|
felipeal |
Type | Changes | By |
---|---|---|
Deprecated jar:snapshot | brett | |
Use the artifact plugin for installation | brett | |
Replace A pache Jakarta Maven by Apache Maven in Manifest Fixes MPJAR-29. Thanks to Martin van den Bemt. | evenisse |
Type | Changes | By |
---|---|---|
trim shortDescription and limit to 72 characters with warning when using specification-title to avoid broken manifests Fixes MPJAR-27. | brett | |
change ln -sf command to rm -f symlink, ln -s combo because -f flag is not used on Solaris ln. Fixes MPJAR-24. | brett | |
move maven.remote.group to default.properties | brett | |
improve manifest generation Fixes MPJAR-22. Thanks to Corey Jewett. | brett | |
revert maven.final.name to previuous value after executing jar:snapshot related goals. Fixes MPJAR-17. | brett |
Type | Changes | By |
---|---|---|
Remove old nav (current etc) as it was confusing people. Implement maven.jar.includes as per Eric Giguere's suggestion. | dion | |
Added manifest Class-Path, specified by setting property jar.manifest.classpath on dependency artifacts in project.xml. | neilc | |
Reorder Specification-Title/Vendor/Version and Implementation-Title/Vendor/Version Fixes MAVEN-936. | dion | |
Use pom.currentVersion for Specification-Version Fixes MAVEN-936. | dion | |
Fix for maven.jar.manifest.extensions.add not being checked correctly. | dion | |
Fix MAVEN-1009 Fixes MAVEN-1009. | dion |
Type | Changes | By |
---|---|---|
Fixed maven.jar.manifest.extensions.add use. | evenisse | |
Maven-755. Add maven.jar.compress. Fixes MAVEN-755. | evenisse |
Type | Changes | By |
---|---|---|
Added maven.jar.index property | dion | |
Upgrade to velocity 1.4-dev | dion |
Type | Changes | By |
---|---|---|
Initial plugin created. Goals are move from java plugin. | evenisse |