You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by le...@apache.org on 2013/05/02 02:30:43 UTC

git commit: update of pom.xml to remove rat plugin from release build, there is a problem with not ignoring new .git repos

Updated Branches:
  refs/heads/master 2f11a7e54 -> f01a05f06


update of pom.xml to remove rat plugin from release build, there is a problem with not ignoring new .git repos


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

Branch: refs/heads/master
Commit: f01a05f06af6e5ed4d8997760c01366573217bd5
Parents: 2f11a7e
Author: lewismc <le...@apache.org>
Authored: Wed May 1 17:30:27 2013 -0700
Committer: lewismc <le...@apache.org>
Committed: Wed May 1 17:30:27 2013 -0700

----------------------------------------------------------------------
 pom.xml |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/any23/blob/f01a05f0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 34ad4e1..3c24abe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -249,7 +249,7 @@
     <maven-project-info-reports-plugin.version>2.4</maven-project-info-reports-plugin.version>
     <maven-jxr-plugin.version>2.3</maven-jxr-plugin.version>
     <maven-checkstyle-plugin.version>2.8</maven-checkstyle-plugin.version>
-    <apache-rat-plugin.version>0.7</apache-rat-plugin.version>
+    <apache-rat-plugin.version>0.9</apache-rat-plugin.version>
     <maven-source-plugin.version>2.1.2</maven-source-plugin.version>
     <maven-gpg-plugin.version>1.4</maven-gpg-plugin.version>
 
@@ -798,7 +798,7 @@
       <id>release</id>
       <build>
         <plugins>
-          <plugin>
+          <!--plugin>
             <groupId>org.apache.rat</groupId>
             <artifactId>apache-rat-plugin</artifactId>
             <version>${apache-rat-plugin.version}</version>
@@ -833,7 +833,7 @@
                     <exclude>maven-eclipse.xml</exclude>
                     <exclude>.externalToolBuilders/**</exclude>
                     <exclude>.git/**</exclude>
-                    <!-- TODO restore them once ANY23-98 is fixed -->
+                    < TODO restore them once ANY23-98 is fixed >
                     <exclude>**/application/nquads/test1.nq</exclude>
                     <exclude>**/application/nquads/test2.nq</exclude>
                     <exclude>**/application/rdfn3/test1</exclude>
@@ -841,7 +841,7 @@
                     <exclude>**/application/rdfn3/test3</exclude>
                     <exclude>**/application/rss1/test1</exclude>
                     <exclude>**/cli/rover-test1.nq</exclude>
-                    <!-- resources ALv2 compatible resources -->
+                    < resources ALv2 compatible resources >
                     <exclude>**/css/bootstrap.min.css</exclude>
                     <exclude>**/js/bootstrap-modal.js</exclude>
                     <exclude>**/js/jquery-1.7.2.min.js</exclude>
@@ -850,7 +850,7 @@
                 </configuration>
               </execution>
             </executions>
-          </plugin>
+          </plugin-->
 
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>