You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xbean-scm@geronimo.apache.org by db...@apache.org on 2012/04/17 06:19:12 UTC

svn commit: r1326909 - /geronimo/xbean/trunk/pom.xml

Author: dblevins
Date: Tue Apr 17 04:19:11 2012
New Revision: 1326909

URL: http://svn.apache.org/viewvc?rev=1326909&view=rev
Log:
attach sources all the time

Modified:
    geronimo/xbean/trunk/pom.xml

Modified: geronimo/xbean/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/xbean/trunk/pom.xml?rev=1326909&r1=1326908&r2=1326909&view=diff
==============================================================================
--- geronimo/xbean/trunk/pom.xml (original)
+++ geronimo/xbean/trunk/pom.xml Tue Apr 17 04:19:11 2012
@@ -343,6 +343,20 @@
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
             </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>
     </build>
 
@@ -424,4 +438,4 @@
         </plugins>
     </reporting>
 
-</project>
\ No newline at end of file
+</project>