You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by de...@apache.org on 2006/12/30 00:27:59 UTC

svn commit: r491134 - /jakarta/commons/proper/logging/trunk/pom.xml

Author: dennisl
Date: Fri Dec 29 15:27:57 2006
New Revision: 491134

URL: http://svn.apache.org/viewvc?view=rev&rev=491134
Log:
Add our own manifest to all the produced jar files.

Modified:
    jakarta/commons/proper/logging/trunk/pom.xml

Modified: jakarta/commons/proper/logging/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/logging/trunk/pom.xml?view=diff&rev=491134&r1=491133&r2=491134
==============================================================================
--- jakarta/commons/proper/logging/trunk/pom.xml (original)
+++ jakarta/commons/proper/logging/trunk/pom.xml Fri Dec 29 15:27:57 2006
@@ -158,6 +158,11 @@
         -->
       <plugin>      
         <artifactId>maven-jar-plugin</artifactId>
+        <configuration>
+          <archive>
+            <manifestFile>src/conf/MANIFEST.MF</manifestFile>
+          </archive>
+        </configuration>
         <executions>
           <execution>
             <id>testjar</id>
@@ -197,7 +202,8 @@
                   dest="${workdir}"/>
                 <jar
                   basedir="${workdir}"
-                  destfile="${project.build.directory}/${target}.jar">
+                  destfile="${project.build.directory}/${target}.jar"
+                  manifest="${basedir}/src/conf/MANIFEST.MF">
                   <exclude name="org/apache/commons/logging/impl/Log4J*"/>
                   <exclude name="org/apache/commons/logging/impl/Avalon*"/>
                   <exclude name="org/apache/commons/logging/impl/Jdk13*"/>
@@ -226,7 +232,8 @@
                   dest="${workdir}"/>
                 <jar
                   basedir="${workdir}"
-                  destfile="${project.build.directory}/${target}.jar">
+                  destfile="${project.build.directory}/${target}.jar"
+                  manifest="${basedir}/src/conf/MANIFEST.MF">
                   <exclude name="org/apache/commons/logging/*"/>
                   <exclude name="org/apache/commons/logging/impl/WeakHashtable*"/>
                   <exclude name="org/apache/commons/logging/impl/LogFactoryImpl*"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org