You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@curator.apache.org by ch...@sungard.com on 2013/05/01 21:20:26 UTC

[PATCH] Adding an apache Rat plugin configuration to the top level pom.xml

From: Chip Childers <ch...@apache.org>

---
 pom.xml |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/pom.xml b/pom.xml
index c451555..84cc94e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -456,6 +456,23 @@
                     <arguments>-Dmaven.test.skip=true</arguments>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.apache.rat</groupId>
+                <artifactId>apache-rat-plugin</artifactId>
+                <version>0.8</version>
+                <configuration>
+                    <numUnapprovedLicenses>0</numUnapprovedLicenses>
+                    <excludeSubProjects>false</excludeSubProjects>
+                    <excludes>
+                        <exclude>**/DISCLAIMER</exclude>
+                        <exclude>**/CHANGES</exclude>
+                        <exclude>**/DEPENDENCIES</exclude>
+                        <exclude>.git/**</exclude>
+                        <exclude>.gitignore</exclude>
+                        <exclude>**/*.confluence</exclude>
+                    </excludes>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
 </project>
-- 
1.7.7.5 (Apple Git-26)


Re: [PATCH] Adding an apache Rat plugin configuration to the top level pom.xml

Posted by Jordan Zimmerman <jo...@jordanzimmerman.com>.
Added.

On May 1, 2013, at 12:20 PM, chip.childers@sungard.com wrote:

> From: Chip Childers <ch...@apache.org>
> 
> ---
> pom.xml |   17 +++++++++++++++++
> 1 files changed, 17 insertions(+), 0 deletions(-)
> 
> diff --git a/pom.xml b/pom.xml
> index c451555..84cc94e 100644
> --- a/pom.xml
> +++ b/pom.xml
> @@ -456,6 +456,23 @@
>                     <arguments>-Dmaven.test.skip=true</arguments>
>                 </configuration>
>             </plugin>
> +            <plugin>
> +                <groupId>org.apache.rat</groupId>
> +                <artifactId>apache-rat-plugin</artifactId>
> +                <version>0.8</version>
> +                <configuration>
> +                    <numUnapprovedLicenses>0</numUnapprovedLicenses>
> +                    <excludeSubProjects>false</excludeSubProjects>
> +                    <excludes>
> +                        <exclude>**/DISCLAIMER</exclude>
> +                        <exclude>**/CHANGES</exclude>
> +                        <exclude>**/DEPENDENCIES</exclude>
> +                        <exclude>.git/**</exclude>
> +                        <exclude>.gitignore</exclude>
> +                        <exclude>**/*.confluence</exclude>
> +                    </excludes>
> +                </configuration>
> +            </plugin>
>         </plugins>
>     </build>
> </project>
> -- 
> 1.7.7.5 (Apple Git-26)
>