Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 0 additions & 33 deletions src/site/apt/index.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<MANIFEST.MF>> file you can simply achieve that via
{{{http://maven.apache.org/shared/maven-archiver/index.html}Maven Archiver}} configuration
like in the following example:

+-----------------+
<project>
...
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>${project.version}</version>
<configuration>
<archive>
<manifestFile>\${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
</archive>
</configuration>
...
</plugin>
</plugins>
</build>
...
</project>
+-----------------+

* Usage

Expand Down