Author: rdonkin
Date: Mon Jun 1 21:24:44 2009
New Revision: 780839
URL: http://svn.apache.org/viewvc?rev=780839&view=rev
Log:
JSPF-74 Include sources. https://issues.apache.org/jira/browse/JSPF-74
Modified:
james/jspf/trunk/resolver/pom.xml
james/jspf/trunk/tester/pom.xml
Modified: james/jspf/trunk/resolver/pom.xml
URL:
http://svn.apache.org/viewvc/james/jspf/trunk/resolver/pom.xml?rev=780839&r1=780838&r2=780839&view=diff
==============================================================================
--- james/jspf/trunk/resolver/pom.xml (original)
+++ james/jspf/trunk/resolver/pom.xml Mon Jun 1 21:24:44 2009
@@ -144,6 +144,19 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <version>2.0.4</version>
+ <executions>
+ <execution>
+ <id>attach-sources</id>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
<!-- Add NOTICE and LICENSE to generated JAR -->
<plugin>
<artifactId>maven-remote-resources-plugin</artifactId>
Modified: james/jspf/trunk/tester/pom.xml
URL:
http://svn.apache.org/viewvc/james/jspf/trunk/tester/pom.xml?rev=780839&r1=780838&r2=780839&view=diff
==============================================================================
--- james/jspf/trunk/tester/pom.xml (original)
+++ james/jspf/trunk/tester/pom.xml Mon Jun 1 21:24:44 2009
@@ -128,6 +128,19 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <version>2.0.4</version>
+ <executions>
+ <execution>
+ <id>attach-sources</id>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
<!-- Add NOTICE and LICENSE to generated JAR -->
<plugin>
<artifactId>maven-remote-resources-plugin</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]