Updated Branches:
  refs/heads/1.5.x 4ea0d0d32 -> 901043d98

JCLOUDS-28. Add rat check to POM.


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

Branch: refs/heads/1.5.x
Commit: e9d38bd93108d09351329920e3dac176ae6535a6
Parents: 4ea0d0d
Author: Andrew Bayer <[email protected]>
Authored: Fri May 10 16:17:13 2013 -0700
Committer: Andrew Bayer <[email protected]>
Committed: Mon May 13 12:08:23 2013 -0700

----------------------------------------------------------------------
 pom.xml |   39 ++++++++++++++++++++++++++++++++++++++-
 1 files changed, 38 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-jclouds-cli/blob/e9d38bd9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c390949..e243e60 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,8 +94,45 @@
 
     <build>
         <plugins>
+          <plugin>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
+            <version>0.8</version>
+            <inherited>false</inherited>
+            <executions>
+              <execution>
+                <phase>package</phase>
+                <goals>
+              <goal>check</goal>
+                </goals>
+          </execution>
+            </executions>
+            <configuration>
+              <excludes>
+                <exclude>**/BUILD.txt</exclude>
+                <exclude>**/CHANGES.txt</exclude>
+                <exclude>**/NOTICE-src.txt</exclude>
+                <exclude>**/README.md</exclude>
+                <exclude>.git/**</exclude>
+                <exclude>**/.gitignore</exclude>
+                <exclude>**/*.json</exclude>
+                <exclude>**/*.log*</exclude>
+                <exclude>**/TODO</exclude>
+                <exclude>.mailmap</exclude>
+                <exclude>.idea/**</exclude>
+                <exclude>**/*.iml</exclude>
+                <exclude>**/.project</exclude>
+                <exclude>**/.classpath</exclude>
+                <exclude>**/.settings/**</exclude>
+                <exclude>**/.checkstyle</exclude>
+                <exclude>**/target/**</exclude>
+                <exclude>.repository/**</exclude>
+                <!-- binary -->
+              </excludes>
+            </configuration>
+          </plugin>
             <plugin>
-                <groupId>org.apache.felix</groupId>
+              <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
                 <version>${maven-bundle-plugin.version}</version>
                 <extensions>true</extensions>

Reply via email to