You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by co...@apache.org on 2017/06/15 15:10:45 UTC

syncope git commit: Skip the target directory with the rat plugin

Repository: syncope
Updated Branches:
  refs/heads/master e0798eaa1 -> 991612c78


Skip the target directory with the rat plugin


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/991612c7
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/991612c7
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/991612c7

Branch: refs/heads/master
Commit: 991612c78c4020f95aa7523720ec9889db4602cc
Parents: e0798ea
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Thu Jun 15 16:10:31 2017 +0100
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Thu Jun 15 16:10:31 2017 +0100

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/991612c7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5408bb8..e2f3f17 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2006,6 +2006,7 @@ under the License.
             <exclude>**/deb/control/control</exclude>
             <exclude>**/*.lst</exclude>
             <exclude>**/*.json</exclude>
+            <exclude>**/target/**</exclude>
           </excludes>
         </configuration>
         <executions>