diff --git a/pom.xml b/pom.xml index 25118a5be..8a1fa67b6 100644 --- a/pom.xml +++ b/pom.xml @@ -128,43 +128,6 @@ assembly - jdk8 @@ -254,6 +217,33 @@ + + org.apache.rat + apache-rat-plugin + + true + true + true + false + + + org.apache.rat.analysis.license.ApacheSoftwareLicense20 + + + + pom.xml + src/** + + + src/test/resources/org/apache/struts2/views/jsp/ui/* + src/main/resources/org/apache/struts2/static/domTT.js + src/test/resources/org/apache/struts2/interceptor/validation/* + src/site/resources/tags/** + src/main/resources/*LICENSE.txt + src/test/resources/com/opensymphony/xwork2/somefile.txt + + + @@ -313,6 +303,19 @@ + + org.apache.rat + apache-rat-plugin + + + verify + + check + + + + + install @@ -345,20 +348,6 @@ org.apache.rat apache-rat-plugin - - - pom.xml - src/** - - - src/test/resources/org/apache/struts2/views/jsp/ui/* - src/main/resources/org/apache/struts2/static/domTT.js - src/test/resources/org/apache/struts2/interceptor/validation/* - src/site/resources/tags/** - src/main/resources/*LICENSE.txt - src/test/resources/com/opensymphony/xwork2/somefile.txt - -