You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2009/04/25 21:50:47 UTC

svn commit: r768592 - /myfaces/tobago/trunk/pom.xml

Author: bommel
Date: Sat Apr 25 19:50:46 2009
New Revision: 768592

URL: http://svn.apache.org/viewvc?rev=768592&view=rev
Log:
disabled ianal plugin

Modified:
    myfaces/tobago/trunk/pom.xml

Modified: myfaces/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/pom.xml?rev=768592&r1=768591&r2=768592&view=diff
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Sat Apr 25 19:50:46 2009
@@ -575,7 +575,7 @@
           </execution>
         </executions>
       </plugin>-->
-      <plugin>
+      <!--plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>ianal-maven-plugin</artifactId>
         <executions>
@@ -584,12 +584,12 @@
               <goal>verify-legal-files</goal>
             </goals>
             <configuration>
-              <!-- Fail the build if any artifacts are missing legal files -->
+              <- Fail the build if any artifacts are missing legal files ->
               <strict>false</strict>
             </configuration>
           </execution>
         </executions>
-      </plugin>
+      </plugin-->
       <!--plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>rat-maven-plugin</artifactId>