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>


Reply via email to