You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by lh...@apache.org on 2012/07/25 05:48:19 UTC

svn commit: r1365429 - /shiro/branches/1.2.x/pom.xml

Author: lhazlewood
Date: Wed Jul 25 03:48:19 2012
New Revision: 1365429

URL: http://svn.apache.org/viewvc?rev=1365429&view=rev
Log:
changed preparation goal to apache-rat:check instead of apache-rat:rat

Modified:
    shiro/branches/1.2.x/pom.xml

Modified: shiro/branches/1.2.x/pom.xml
URL: http://svn.apache.org/viewvc/shiro/branches/1.2.x/pom.xml?rev=1365429&r1=1365428&r2=1365429&view=diff
==============================================================================
--- shiro/branches/1.2.x/pom.xml (original)
+++ shiro/branches/1.2.x/pom.xml Wed Jul 25 03:48:19 2012
@@ -427,7 +427,7 @@
                 <artifactId>maven-release-plugin</artifactId>
                 <configuration>
                     <!-- "install" needed because we have interrelated dependencies between the modules and we are releasing them all the same - especially consider shiro-all -->
-                    <preparationGoals>clean apache-rat:rat install</preparationGoals>
+                    <preparationGoals>clean apache-rat:check install</preparationGoals>
                     <autoVersionSubmodules>true</autoVersionSubmodules>
                     <!-- This configuration copied from apache:apache:7 parent pom -->
                     <useReleaseProfile>false</useReleaseProfile>