[jboss-svn-commits] JBoss Common SVN: r2224 - common-core/trunk common-logging-jdk/trunk common-logging-log4j/trunk common-logging-spi/trunk

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Jan 2 02:15:21 EST 2007


Author: scott.stark at jboss.org
Date: 2007-01-02 02:15:16 -0500 (Tue, 02 Jan 2007)
New Revision: 2224

Modified:
   common-core/trunk/pom.xml
   common-logging-jdk/trunk/pom.xml
   common-logging-log4j/trunk/pom.xml
   common-logging-spi/trunk/pom.xml
Log:
Make sure the jars include the standard version headers

Modified: common-core/trunk/pom.xml
===================================================================
--- common-core/trunk/pom.xml	2007-01-02 06:51:08 UTC (rev 2223)
+++ common-core/trunk/pom.xml	2007-01-02 07:15:16 UTC (rev 2224)
@@ -63,6 +63,17 @@
           </configuration>
       </plugin>  
 
+       <plugin>
+         <groupId>org.apache.maven.plugins</groupId>
+         <artifactId>maven-jar-plugin</artifactId>
+         <configuration>
+           <archive>
+             <manifest>
+               <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+               <addDefaultImplementationEntries>true</addDefaultImplementationEntries>             </manifest>
+           </archive>
+         </configuration>
+       </plugin>
       <!-- define that we wish to create src jars -->
       <plugin>
         <artifactId>maven-source-plugin</artifactId>

Modified: common-logging-jdk/trunk/pom.xml
===================================================================
--- common-logging-jdk/trunk/pom.xml	2007-01-02 06:51:08 UTC (rev 2223)
+++ common-logging-jdk/trunk/pom.xml	2007-01-02 07:15:16 UTC (rev 2224)
@@ -64,6 +64,17 @@
           </configuration>
       </plugin>  
 
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <configuration>
+          <archive>
+            <manifest>
+              <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+              <addDefaultImplementationEntries>true</addDefaultImplementationEntries>             </manifest>
+          </archive>
+        </configuration>
+      </plugin>
       <!-- define that we wish to create src jars -->
       <plugin>
         <artifactId>maven-source-plugin</artifactId>

Modified: common-logging-log4j/trunk/pom.xml
===================================================================
--- common-logging-log4j/trunk/pom.xml	2007-01-02 06:51:08 UTC (rev 2223)
+++ common-logging-log4j/trunk/pom.xml	2007-01-02 07:15:16 UTC (rev 2224)
@@ -64,6 +64,17 @@
           </configuration>
       </plugin>  
 
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <configuration>
+          <archive>
+            <manifest>
+              <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+              <addDefaultImplementationEntries>true</addDefaultImplementationEntries>             </manifest>
+          </archive>
+        </configuration>
+      </plugin>
       <!-- define that we wish to create src jars -->
       <plugin>
         <artifactId>maven-source-plugin</artifactId>

Modified: common-logging-spi/trunk/pom.xml
===================================================================
--- common-logging-spi/trunk/pom.xml	2007-01-02 06:51:08 UTC (rev 2223)
+++ common-logging-spi/trunk/pom.xml	2007-01-02 07:15:16 UTC (rev 2224)
@@ -66,6 +66,17 @@
           </configuration>
       </plugin>  
 
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <configuration>
+          <archive>
+            <manifest>
+              <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+              <addDefaultImplementationEntries>true</addDefaultImplementationEntries>             </manifest>
+          </archive>
+        </configuration>
+      </plugin>
       <!-- define that we wish to create src jars -->
       <plugin>
         <artifactId>maven-source-plugin</artifactId>




More information about the jboss-svn-commits mailing list