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>