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/03 00:07:26 UTC

svn commit: r761445 - /commons/proper/configuration/branches/configuration2_experimental/pom.xml

Author: rgoers
Date: Thu Apr  2 22:07:25 2009
New Revision: 761445

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

Modified:
    commons/proper/configuration/branches/configuration2_experimental/pom.xml

Modified: commons/proper/configuration/branches/configuration2_experimental/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/branches/configuration2_experimental/pom.xml?rev=761445&r1=761444&r2=761445&view=diff
==============================================================================
--- commons/proper/configuration/branches/configuration2_experimental/pom.xml (original)
+++ commons/proper/configuration/branches/configuration2_experimental/pom.xml Thu Apr  2 22:07:25 2009
@@ -398,6 +398,19 @@
             <outputDirectory>src/main/java</outputDirectory>
           </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>