diff --git a/jar/project.xml b/jar/project.xml index 902d9a80..17e54a10 100644 --- a/jar/project.xml +++ b/jar/project.xml @@ -1,4 +1,5 @@ + - + ../plugins-parent/project.xml 3 maven-jar-plugin Maven Jar Plugin - 1.8-SNAPSHOT + 1.8 Plugin for creating JAR files. Create jar files @@ -51,6 +51,11 @@ 1.7 MAVEN_JAR_1_7 + + 1.8 + 1.8 + MAVEN_JAR_1_8 + diff --git a/jar/xdocs/changes.xml b/jar/xdocs/changes.xml index 473afb6a..eebfbc85 100644 --- a/jar/xdocs/changes.xml +++ b/jar/xdocs/changes.xml @@ -24,10 +24,14 @@ dIon Gillard - + Add tests for jar manifest creation. - Using maven.jar.manifest.classpath.add=true from maven console gives huge Class-Path. - Include Implementation-Vendor-Id attribute for dependencies in manifest. + 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. @@ -38,9 +42,9 @@ 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 : + 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
  • +
  • velocity v 1.4-dev -> v1.4
It requires at least maven-plugin-plugin v1.7.