You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2008/03/01 09:49:20 UTC

svn commit: r632568 - in /geronimo/plugins/roller/trunk: pom.xml roller-weblogger-geronimo/pom.xml

Author: djencks
Date: Sat Mar  1 00:49:11 2008
New Revision: 632568

URL: http://svn.apache.org/viewvc?rev=632568&view=rev
Log:
Another try for successful release setup

Modified:
    geronimo/plugins/roller/trunk/pom.xml
    geronimo/plugins/roller/trunk/roller-weblogger-geronimo/pom.xml

Modified: geronimo/plugins/roller/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/plugins/roller/trunk/pom.xml?rev=632568&r1=632567&r2=632568&view=diff
==============================================================================
--- geronimo/plugins/roller/trunk/pom.xml (original)
+++ geronimo/plugins/roller/trunk/pom.xml Sat Mar  1 00:49:11 2008
@@ -542,7 +542,7 @@
                         </goals>
                         <configuration>
                             <!-- Fail the build if no legal files were found -->
-                            <strict>true</strict>
+                            <strict>false</strict>
                         </configuration>
                     </execution>
                 </executions>

Modified: geronimo/plugins/roller/trunk/roller-weblogger-geronimo/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/plugins/roller/trunk/roller-weblogger-geronimo/pom.xml?rev=632568&r1=632567&r2=632568&view=diff
==============================================================================
--- geronimo/plugins/roller/trunk/roller-weblogger-geronimo/pom.xml (original)
+++ geronimo/plugins/roller/trunk/roller-weblogger-geronimo/pom.xml Sat Mar  1 00:49:11 2008
@@ -46,7 +46,7 @@
                             <goal>verify-legal-files</goal>
                         </goals>
                         <configuration>
-                            <strict>true</strict>
+                            <strict>false</strict>
                         </configuration>
                     </execution>
                 </executions>