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

svn commit: r639927 - /directory/studio/trunk/updatesite/pom.xml

Author: djencks
Date: Fri Mar 21 17:26:08 2008
New Revision: 639927

URL: http://svn.apache.org/viewvc?rev=639927&view=rev
Log:
turn off legal file check

Modified:
    directory/studio/trunk/updatesite/pom.xml

Modified: directory/studio/trunk/updatesite/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/updatesite/pom.xml?rev=639927&r1=639926&r2=639927&view=diff
==============================================================================
--- directory/studio/trunk/updatesite/pom.xml (original)
+++ directory/studio/trunk/updatesite/pom.xml Fri Mar 21 17:26:08 2008
@@ -49,6 +49,24 @@
     </resources>
 
     <plugins>
+            <plugin>
+                <groupId>org.apache.geronimo.genesis.plugins</groupId>
+                <artifactId>tools-maven-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>verify-legal-files</id>
+                        <phase>verify</phase>
+                        <goals>
+                            <goal>verify-legal-files</goal>
+                        </goals>
+                        <configuration>
+                            <!-- Fail the build if no legal files were found -->
+                            <strict>false</strict>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-resources-plugin</artifactId>