Author: jvanzyl
Date: Fri Jun 1 13:56:15 2007
New Revision: 543613
URL: http://svn.apache.org/viewvc?view=rev&rev=543613
Log:
o while trying to debug it's easier with the source jar attached
Modified:
maven/shared/trunk/maven-plugin-testing-harness/pom.xml
Modified: maven/shared/trunk/maven-plugin-testing-harness/pom.xml
URL:
http://svn.apache.org/viewvc/maven/shared/trunk/maven-plugin-testing-harness/pom.xml?view=diff&rev=543613&r1=543612&r2=543613
==============================================================================
--- maven/shared/trunk/maven-plugin-testing-harness/pom.xml (original)
+++ maven/shared/trunk/maven-plugin-testing-harness/pom.xml Fri Jun 1 13:56:15
2007
@@ -121,4 +121,21 @@
</plugin>
</plugins>
</reporting>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-source-plugin</artifactId>
+ <configuration>
+ <attach>true</attach>
+ </configuration>
+ <executions>
+ <execution>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
</project>