You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2014/04/17 14:09:11 UTC

svn commit: r1588227 - /myfaces/core/trunk/parent/pom.xml

Author: lu4242
Date: Thu Apr 17 12:09:11 2014
New Revision: 1588227

URL: http://svn.apache.org/r1588227
Log:
add rat plugin to prepare release step

Modified:
    myfaces/core/trunk/parent/pom.xml

Modified: myfaces/core/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/parent/pom.xml?rev=1588227&r1=1588226&r2=1588227&view=diff
==============================================================================
--- myfaces/core/trunk/parent/pom.xml (original)
+++ myfaces/core/trunk/parent/pom.xml Thu Apr 17 12:09:11 2014
@@ -257,6 +257,18 @@
                             <arguments>-DprepareRelease</arguments>
                         </configuration>
                     </plugin>
+                    <plugin>
+                        <groupId>org.apache.rat</groupId>
+                        <artifactId>apache-rat-plugin</artifactId>
+                        <executions>
+                          <execution>
+                            <phase>verify</phase>
+                            <goals>
+                              <goal>check</goal>
+                            </goals>
+                          </execution>
+                        </executions>
+                    </plugin>
                 </plugins>
             </build>
         </profile>