You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by rg...@apache.org on 2009/04/02 23:16:59 UTC

svn commit: r761431 - /commons/proper/configuration/trunk/pom.xml

Author: rgoers
Date: Thu Apr  2 21:16:59 2009
New Revision: 761431

URL: http://svn.apache.org/viewvc?rev=761431&view=rev
Log:
Create and deploy source jar along with binary jar

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

Modified: commons/proper/configuration/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=761431&r1=761430&r2=761431&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Thu Apr  2 21:16:59 2009
@@ -492,6 +492,19 @@
             <tarLongFileMode>gnu</tarLongFileMode>
           </configuration>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-source-plugin</artifactId>
+          <executions>
+            <execution>
+              <id>attach-sources</id>
+              <phase>install</phase>
+              <goals>
+                <goal>jar</goal>
+              </goals>
+            </execution>
+          </executions>
+        </plugin>
         <!-- Uncomment to instrument with Clover
         <plugin>
           <groupId>com.atlassian.maven.plugins</groupId>