Author: musachy
Date: Mon Dec 15 07:45:13 2008
New Revision: 726719

URL: http://svn.apache.org/viewvc?rev=726719&view=rev
Log:
WW-2878 install sources by default

Modified:
    struts/struts2/trunk/pom.xml

Modified: struts/struts2/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?rev=726719&r1=726718&r2=726719&view=diff
==============================================================================
--- struts/struts2/trunk/pom.xml (original)
+++ struts/struts2/trunk/pom.xml Mon Dec 15 07:45:13 2008
@@ -308,6 +308,19 @@
                   </goals>
                 </execution>
               </executions>
+            </plugin>
+            <plugin>
+              <inherited>true</inherited>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-source-plugin</artifactId>
+              <executions>
+                <execution>
+                  <id>attach-sources</id>
+                  <goals>
+                    <goal>jar</goal>
+                  </goals>
+                </execution>
+              </executions>
             </plugin>            
             <!-- Commenting out the license plugin, until it works like we 
want.
             To use the "license:format" goal, remove the "core" module before 
running,


Reply via email to