o Excluded unwanted test files as pointed out by Brett

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@926045 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2010-03-22 12:00:03 +00:00
parent c180c2137c
commit 4b084a7e3f
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ under the License.
<directory>${project.basedir}/..</directory>
<outputDirectory>/</outputDirectory>
<excludes>
<exclude>%regex[(?!.*src/).*target.*]</exclude>
<exclude>%regex[(?!((?!target/)[^/]+/)*src/).*target.*]</exclude>
<exclude>**/*.log</exclude>
</excludes>
</fileSet>

View File

@ -407,7 +407,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.2-beta-4</version>
<version>2.2-beta-5</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>