You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2011/04/04 19:39:15 UTC

svn commit: r1088689 - /commons/proper/codec/trunk/pom.xml

Author: ggregory
Date: Mon Apr  4 17:39:15 2011
New Revision: 1088689

URL: http://svn.apache.org/viewvc?rev=1088689&view=rev
Log:
Add goal test-jar

Modified:
    commons/proper/codec/trunk/pom.xml

Modified: commons/proper/codec/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=1088689&r1=1088688&r2=1088689&view=diff
==============================================================================
--- commons/proper/codec/trunk/pom.xml (original)
+++ commons/proper/codec/trunk/pom.xml Mon Apr  4 17:39:15 2011
@@ -44,7 +44,7 @@
       <name>Apache Staging Website</name>
       <url>scp://people.apache.org/www/commons.apache.org/codec/</url>
     </site>
-  </distributionManagement>  
+  </distributionManagement>
   <developers>
     <developer>
       <name>Henri Yandell</name>
@@ -217,6 +217,17 @@
         </configuration>
       </plugin>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>test-jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
         <configuration>
           <descriptors>
@@ -266,7 +277,7 @@
         <artifactId>maven-pmd-plugin</artifactId>
         <version>2.5</version>
         <configuration>
-          <targetJdk>1.5</targetJdk>      
+          <targetJdk>1.5</targetJdk>
         </configuration>
       </plugin>
       <plugin>