diff --git a/src/site/apt/index.apt.vm b/src/site/apt/index.apt.vm index 5f63cb7..be03d36 100644 --- a/src/site/apt/index.apt.vm +++ b/src/site/apt/index.apt.vm @@ -38,39 +38,6 @@ ${project.name} * {{{./test-jar-mojo.html}jar:test-jar}} create a jar file for your project test classes . - [] - -* Major Version Upgrade to version 3.0.0 - - Please note that the following parameter has been completely removed from the plugin configuration: - - * useDefaultManifestFile - - If you need to define your own <> file you can simply achieve that via - {{{http://maven.apache.org/shared/maven-archiver/index.html}Maven Archiver}} configuration - like in the following example: - -+-----------------+ - - ... - - - - org.apache.maven.plugins - maven-jar-plugin - ${project.version} - - - \${project.build.outputDirectory}/META-INF/MANIFEST.MF - - - ... - - - - ... - -+-----------------+ * Usage