You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by pa...@apache.org on 2014/07/09 15:52:21 UTC

svn commit: r1609153 - /felix/trunk/framework/pom.xml

Author: pauls
Date: Wed Jul  9 13:52:21 2014
New Revision: 1609153

URL: http://svn.apache.org/r1609153
Log:
Attach the maven source jar

Modified:
    felix/trunk/framework/pom.xml

Modified: felix/trunk/framework/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/framework/pom.xml?rev=1609153&r1=1609152&r2=1609153&view=diff
==============================================================================
--- felix/trunk/framework/pom.xml (original)
+++ felix/trunk/framework/pom.xml Wed Jul  9 13:52:21 2014
@@ -89,6 +89,18 @@
               </excludes>
             </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>
     </plugins>
     <resources>
       <resource>