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