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 2011/12/17 20:39:06 UTC

svn commit: r1215561 - /geronimo/xbean/trunk/xbean-finder-shaded/pom.xml

Author: dblevins
Date: Sat Dec 17 19:39:05 2011
New Revision: 1215561

URL: http://svn.apache.org/viewvc?rev=1215561&view=rev
Log:
produce a source jar

Modified:
    geronimo/xbean/trunk/xbean-finder-shaded/pom.xml

Modified: geronimo/xbean/trunk/xbean-finder-shaded/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/xbean/trunk/xbean-finder-shaded/pom.xml?rev=1215561&r1=1215560&r2=1215561&view=diff
==============================================================================
--- geronimo/xbean/trunk/xbean-finder-shaded/pom.xml (original)
+++ geronimo/xbean/trunk/xbean-finder-shaded/pom.xml Sat Dec 17 19:39:05 2011
@@ -48,6 +48,7 @@
                             <goal>shade</goal>
                         </goals>
                         <configuration>
+                            <createSourcesJar>true</createSourcesJar>
                             <relocations>
                                 <relocation>
                                     <pattern>org.objectweb.asm</pattern>
@@ -59,6 +60,7 @@
                                     <include>org.apache.xbean:xbean-finder</include>
                                 </includes>
                                 <excludes>
+                                    <exclude>*:*:sources</exclude>
                                     <exclude>org.apache.xbean:xbean-asm-shaded</exclude>
                                     <exclude>junit:junit</exclude>
                                 </excludes>