This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch reproducible in repository https://gitbox.apache.org/repos/asf/maven.git
commit 0f1af0f7968c97a2d6dc580a3145b1a94f5e7b26 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 6ca2550..45fc78b 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>
