You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@abdera.apache.org by jm...@apache.org on 2008/01/30 22:34:58 UTC

svn commit: r616911 - /incubator/abdera/java/trunk/pom.xml

Author: jmsnell
Date: Wed Jan 30 13:34:57 2008
New Revision: 616911

URL: http://svn.apache.org/viewvc?rev=616911&view=rev
Log:
include source in maven build

Modified:
    incubator/abdera/java/trunk/pom.xml

Modified: incubator/abdera/java/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/trunk/pom.xml?rev=616911&r1=616910&r2=616911&view=diff
==============================================================================
--- incubator/abdera/java/trunk/pom.xml (original)
+++ incubator/abdera/java/trunk/pom.xml Wed Jan 30 13:34:57 2008
@@ -133,6 +133,19 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-source-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-sources</id>
+            <phase>verify</phase>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
     </plugins>
     <pluginManagement>
       <plugins>