You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by db...@apache.org on 2016/06/19 16:10:00 UTC

svn commit: r1749184 - /commons/proper/bcel/trunk/pom.xml

Author: dbrosius
Date: Sun Jun 19 16:10:00 2016
New Revision: 1749184

URL: http://svn.apache.org/viewvc?rev=1749184&view=rev
Log:
add source jar plugin

Modified:
    commons/proper/bcel/trunk/pom.xml

Modified: commons/proper/bcel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/pom.xml?rev=1749184&r1=1749183&r2=1749184&view=diff
==============================================================================
--- commons/proper/bcel/trunk/pom.xml [UTF-8] (original)
+++ commons/proper/bcel/trunk/pom.xml [UTF-8] Sun Jun 19 16:10:00 2016
@@ -225,6 +225,18 @@
         </configuration>
       </plugin>
       <plugin>
+		<groupId>org.apache.maven.plugins</groupId>
+		<artifactId>maven-source-plugin</artifactId>
+		<executions>
+		  <execution>
+		    <id>attach-sources</id>
+		    <goals>
+		      <goal>jar</goal>
+		    </goals>
+		  </execution>
+		</executions>
+      </plugin>
+      <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
           <systemProperties>