WW-2878 install sources by default

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@726719 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Musachy Barroso
2008-12-15 15:45:13 +00:00
parent bbdbe79929
commit 7c795d7366
+13
View File
@@ -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,