Title: [1227] trunk/core/jbehave-core/pom.xml: maven-shade unwanted classes correctly
Revision
1227
Author
paul
Date
2009-09-06 12:11:39 -0500 (Sun, 06 Sep 2009)

Log Message

maven-shade unwanted classes correctly

Modified Paths


Diff

Modified: trunk/core/jbehave-core/pom.xml (1226 => 1227)

--- trunk/core/jbehave-core/pom.xml	2009-09-06 09:32:56 UTC (rev 1226)
+++ trunk/core/jbehave-core/pom.xml	2009-09-06 17:11:39 UTC (rev 1227)
@@ -43,15 +43,20 @@
                                     <exclude>org.hamcrest:hamcrest-all</exclude>
                                 </excludes>
                             </artifactSet>
+                            <filters>
+                                <filter>
+                                    <artifact>com.thoughtworks.paranamer:paranamer</artifact>
+                                    <excludes>
+                                        <exclude>com/thoughtworks/paranamer/Javadoc*</exclude>
+                                        <exclude>com/thoughtworks/paranamer/Default*</exclude>
+                                        <exclude>com/thoughtworks/paranamer/Adaptive*</exclude>
+                                    </excludes>
+                                </filter>
+                            </filters>
                             <relocations>
                                 <relocation>
                                     <pattern>com.thoughtworks.paranamer</pattern>
                                     <shadedPattern>org.jbehave.paranamer</shadedPattern>
-                                    <excludes>
-                                        <exclude>com.thoughtworks.paranamer.JavadocParanamer</exclude>
-                                        <exclude>com.thoughtworks.paranamer.DefaultParanamer</exclude>
-                                        <exclude>com.thoughtworks.paranamer.AdaptiveParanamer</exclude>
-                                    </excludes>
                                 </relocation>
                             </relocations>
                         </configuration>


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to