You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2018/04/07 09:40:46 UTC

[maven] branch master updated: Add .factorypath from m2e to .gitignore

This is an automated email from the ASF dual-hosted git repository.

michaelo 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 0dbdda8  Add .factorypath from m2e to .gitignore
0dbdda8 is described below

commit 0dbdda823f9e3f1f4573f717aeaeda004c65c83a
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat Apr 7 11:40:12 2018 +0200

    Add .factorypath from m2e to .gitignore
---
 .gitignore | 1 +
 pom.xml    | 1 +
 2 files changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index f79c928..5d2f745 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ out/
 /bootstrap
 /dependencies.xml
 .java-version
+.factorypath
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 660173b..a29f98d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -505,6 +505,7 @@ under the License.
               <exclude>src/test/projects/**</exclude>
               <exclude>src/test/remote-repo/**</exclude>
               <exclude>**/*.odg</exclude>
+              <exclude>**/.factorypath</exclude>
             </excludes>
           </configuration>
         </plugin>

-- 
To stop receiving notification emails like this one, please contact
michaelo@apache.org.