o Excluded Git metafiles from source bundle

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1027904 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2010-10-27 10:45:23 +00:00
parent d851f3f450
commit 21611f899a
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@ under the License.
<excludes>
<exclude>%regex[(?!((?!target/)[^/]+/)*src/).*target.*]</exclude>
<exclude>**/*.log</exclude>
<exclude>**/.gitignore</exclude>
<exclude>**/.gitattributes</exclude>
</excludes>
</fileSet>
<fileSet>