You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by mg...@apache.org on 2015/11/12 21:01:59 UTC

[17/50] [abbrv] isis git commit: ISIS-1195: updating pom.xml for rat plugin

ISIS-1195: updating pom.xml for rat plugin


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

Branch: refs/heads/ISIS-1224-select2-v4
Commit: a88b6b3eb29e4f21daa3d069357da8531f2a2e13
Parents: de21335
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Fri Nov 6 22:32:14 2015 +0000
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Fri Nov 6 22:32:14 2015 +0000

----------------------------------------------------------------------
 core/pom.xml | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/a88b6b3e/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index a2e2c24..a1b5a08 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -434,7 +434,11 @@
                             <exclude>**/.classpath</exclude>
                             <exclude>**/.settings/**</exclude>
                             <exclude>**/*.launch</exclude>
+                            <!--
                             <exclude>src/site/resources/ide/eclipse/**</exclude>
+                            -->
+
+                            <exclude>**/*.iml</exclude>
 
                             <exclude>**/*.pdn</exclude>
                             <exclude>**/*.svg</exclude>
@@ -448,7 +452,7 @@
                             <exclude>**/xml/objects/**</exclude>
                             <exclude>**/test.data</exclude>
                             <exclude>**/fixture-data/**</exclude>
-
+                            
                             <exclude>**/jquery.zclip.js</exclude>
                             <exclude>**/bootstrap-growl.js</exclude>
                             <exclude>**/moment.js</exclude>
@@ -456,7 +460,9 @@
                             <exclude>**/bootstrap-datetimepicker.min.css</exclude>
                             <exclude>**/bootstrap-datetimepicker.css</exclude>
                             <exclude>**/select2-bootstrap.css</exclude>
-
+                            
+                            <exclude>**/wicket-xhtml1.4-strict.dtd</exclude>
+                            
                             <exclude>**/src/main/appended-resources/supplemental-models.xml</exclude>
                             <exclude>**/datanucleus.log</exclude>
                         </excludes>