]> source.dussan.org Git - archiva.git/commitdiff
Configure the jar plugin to add specification and implementation entries to the manif... tags/archiva-0.9-alpha-2@537659
authorWendy Smoak <wsmoak@apache.org>
Sun, 13 May 2007 03:12:28 +0000 (03:12 +0000)
committerWendy Smoak <wsmoak@apache.org>
Sun, 13 May 2007 03:12:28 +0000 (03:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches/archiva-0.9@537543 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index f39fbf66f2ada873ea36495601d7c4dc4638feb4..cf45440170d89919fc948e655a6e021f188fe35e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
           <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>