From 7d110108dba9ef7fedf8087ffd663fd422db7208 Mon Sep 17 00:00:00 2001 From: aheritier Date: Mon, 30 Apr 2007 10:50:37 +0000 Subject: [PATCH] [maven-scm-plugin] prepare release 1.8.1 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@533690 13f79535-47bb-0310-9956-ffa450edef68 --- jar/project.xml | 9 ++- jar/xdocs/changes.xml | 144 +++++++++++++++++++++--------------------- 2 files changed, 79 insertions(+), 74 deletions(-) diff --git a/jar/project.xml b/jar/project.xml index b8e02e55..8f3c9f9e 100644 --- a/jar/project.xml +++ b/jar/project.xml @@ -1,4 +1,4 @@ - + - - - 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. + + + 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. + + 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. +
    +
  • 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. - - + + + + 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. + +