You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bval.apache.org by mb...@apache.org on 2011/05/20 18:43:38 UTC

svn commit: r1125457 - /incubator/bval/sandbox/lang3-work/pom.xml

Author: mbenson
Date: Fri May 20 16:43:38 2011
New Revision: 1125457

URL: http://svn.apache.org/viewvc?rev=1125457&view=rev
Log:
generate source jars

Modified:
    incubator/bval/sandbox/lang3-work/pom.xml

Modified: incubator/bval/sandbox/lang3-work/pom.xml
URL: http://svn.apache.org/viewvc/incubator/bval/sandbox/lang3-work/pom.xml?rev=1125457&r1=1125456&r2=1125457&view=diff
==============================================================================
--- incubator/bval/sandbox/lang3-work/pom.xml (original)
+++ incubator/bval/sandbox/lang3-work/pom.xml Fri May 20 16:43:38 2011
@@ -571,6 +571,11 @@
                     <artifactId>buildnumber-maven-plugin</artifactId>
                     <version>1.0-beta-4</version>
                 </plugin>
+                <plugin>
+                  <groupId>org.apache.maven.plugins</groupId>
+                  <artifactId>maven-source-plugin</artifactId>
+                  <version>2.1.1</version>
+                </plugin>
             </plugins>
         </pluginManagement>
 
@@ -625,6 +630,18 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-source-plugin</artifactId>
+              <executions>
+                <execution>
+                  <id>attach-source</id>
+                  <goals>
+                    <goal>jar</goal>
+                  </goals>
+                </execution>
+              </executions>
+            </plugin>
             <!-- Don't include in all builds for now
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>