You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2008/08/19 04:14:08 UTC

svn commit: r686934 - /maven/plugins/trunk/maven-assembly-plugin/pom.xml

Author: jdcasey
Date: Mon Aug 18 19:14:07 2008
New Revision: 686934

URL: http://svn.apache.org/viewvc?rev=686934&view=rev
Log:
Correcting excludes for massembly-285

Modified:
    maven/plugins/trunk/maven-assembly-plugin/pom.xml

Modified: maven/plugins/trunk/maven-assembly-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/pom.xml?rev=686934&r1=686933&r2=686934&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-assembly-plugin/pom.xml Mon Aug 18 19:14:07 2008
@@ -388,7 +388,7 @@
                     <pomExclude>repositories/repo-with-snapshot-parents/pom.xml</pomExclude>
                     
                     <!-- This will be handled by the parent in the bugs/massembly-285 dir. -->
-                    <pomExclude>bugs/massembly-285/massembly-285-assembly/pom.xml</pomExclude>
+                    <pomExclude>bugs/massembly-285/massembly-285-*/pom.xml</pomExclude>
                     
                     <pomExclude>**/child*/pom.xml</pomExclude>
                     <pomExclude>**/module*/pom.xml</pomExclude>