mirror of https://github.com/apache/maven.git
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:
parent
c180c2137c
commit
4b084a7e3f
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue