Configure the jar plugin to add specification and implementation entries to the manifest. Can be removed when maven-parent v6 is released.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches@537543 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Wendy Smoak 2007-05-13 03:12:28 +00:00
parent aad940e77c
commit 85d117d755
1 changed files with 14 additions and 0 deletions

View File

@ -138,6 +138,20 @@
<artifactId>modello-maven-plugin</artifactId>
<version>1.0-alpha-15</version>
</plugin>
<plugin>
<!-- TODO: Remove when maven-parent v6 is released -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.1</version>
<configuration>
<archive>
<manifest>
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
</manifest>
</archive>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>