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>


Reply via email to