mirror of https://github.com/apache/archiva.git
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:
parent
aad940e77c
commit
85d117d755
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue