This is an automated email from the ASF dual-hosted git repository.
hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/master by this push:
new fa97042 exclude IDE files that may pollute source archive
fa97042 is described below
commit fa97042f502ba549155b06e636b8ed0a1ae27b3e
Author: Hervé Boutemy <[email protected]>
AuthorDate: Sat Sep 28 18:21:52 2019 +0200
exclude IDE files that may pollute source archive
---
apache-maven/src/main/assembly/src.xml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/apache-maven/src/main/assembly/src.xml
b/apache-maven/src/main/assembly/src.xml
index 327ed52..9f43a0a 100644
--- a/apache-maven/src/main/assembly/src.xml
+++ b/apache-maven/src/main/assembly/src.xml
@@ -35,6 +35,14 @@ under the License.
<exclude>**/.gitattributes</exclude>
<exclude>init-git-svn.sh</exclude>
<exclude>**/.repository/**</exclude>
+ <exclude>**/.classpath</exclude>
+ <exclude>**/.project</exclude>
+ <exclude>**/.settings/**</exclude>
+ <exclude>**/*.iml</exclude>
+ <exclude>**/*.ipr</exclude>
+ <exclude>**/.idea/**</exclude>
+ <exclude>**/.DS_Store</exclude>
+ <exclude>**/build/**</exclude>
</excludes>
</fileSet>
<fileSet>