You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by na...@apache.org on 2015/04/16 00:17:21 UTC

jclouds git commit: Exclude Eclipse annotation processor files that are git ignored

Repository: jclouds
Updated Branches:
  refs/heads/master ba9317081 -> 2481193b0


Exclude Eclipse annotation processor files that are git ignored


Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/2481193b
Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/2481193b
Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/2481193b

Branch: refs/heads/master
Commit: 2481193b075da9c960e103420d4178a4e401e8c7
Parents: ba93170
Author: Ignasi Barrera <na...@apache.org>
Authored: Wed Apr 15 23:28:09 2015 +0200
Committer: Ignasi Barrera <na...@apache.org>
Committed: Wed Apr 15 23:28:09 2015 +0200

----------------------------------------------------------------------
 project/pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds/blob/2481193b/project/pom.xml
----------------------------------------------------------------------
diff --git a/project/pom.xml b/project/pom.xml
index 6551d31..7694243 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -509,6 +509,8 @@
             <exclude>**/.gitattributes</exclude>
             <exclude>**/.java-version</exclude>
             <exclude>**/modernizer_exclusions.txt</exclude>
+            <exclude>**/.factorypath</exclude>
+            <exclude>**/.apt_generated/**</exclude>
 
             <!-- Temporary files generated on CloudBees slaves -->
             <exclude>.repository/**</exclude>