Author: ecn Date: Fri Oct 26 14:11:54 2012 New Revision: 1402520 URL: http://svn.apache.org/viewvc?rev=1402520&view=rev Log: ACCUMULO-159 applying patch to include source jars in "mvn package"
Modified: accumulo/trunk/pom.xml Modified: accumulo/trunk/pom.xml URL: http://svn.apache.org/viewvc/accumulo/trunk/pom.xml?rev=1402520&r1=1402519&r2=1402520&view=diff ============================================================================== --- accumulo/trunk/pom.xml (original) +++ accumulo/trunk/pom.xml Fri Oct 26 14:11:54 2012 @@ -178,8 +178,19 @@ <plugin> <artifactId>maven-source-plugin</artifactId> <configuration> + <attach>true</attach> <outputDirectory>../lib</outputDirectory> </configuration> + <executions> + <execution> + <id>attach-sources</id> + <phase>package</phase> + <goals> + <goal>jar-no-fork</goal> + <goal>test-jar-no-fork</goal> + </goals> + </execution> + </executions> </plugin> <plugin> <artifactId>maven-surefire-plugin</artifactId>