You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jb...@apache.org on 2008/10/20 20:12:00 UTC

svn commit: r706351 - in /geronimo/genesis/branches/genesis-1.x: config/pom.xml pom.xml

Author: jbohn
Date: Mon Oct 20 11:12:00 2008
New Revision: 706351

URL: http://svn.apache.org/viewvc?rev=706351&view=rev
Log:
add in configuration for ianal-maven-plugin

Modified:
    geronimo/genesis/branches/genesis-1.x/config/pom.xml
    geronimo/genesis/branches/genesis-1.x/pom.xml

Modified: geronimo/genesis/branches/genesis-1.x/config/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/genesis/branches/genesis-1.x/config/pom.xml?rev=706351&r1=706350&r2=706351&view=diff
==============================================================================
--- geronimo/genesis/branches/genesis-1.x/config/pom.xml (original)
+++ geronimo/genesis/branches/genesis-1.x/config/pom.xml Mon Oct 20 11:12:00 2008
@@ -40,4 +40,22 @@
         <module>geronimo-skin</module>
     </modules>
     
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>ianal-maven-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>verify-legal-files</goal>
+                        </goals>
+                        <configuration>
+                            <strict>true</strict>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
 </project>

Modified: geronimo/genesis/branches/genesis-1.x/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/genesis/branches/genesis-1.x/pom.xml?rev=706351&r1=706350&r2=706351&view=diff
==============================================================================
--- geronimo/genesis/branches/genesis-1.x/pom.xml (original)
+++ geronimo/genesis/branches/genesis-1.x/pom.xml Mon Oct 20 11:12:00 2008
@@ -121,6 +121,12 @@
                 </plugin>
 
                 <plugin>
+                    <groupId>org.codehaus.mojo</groupId>
+                    <artifactId>ianal-maven-plugin</artifactId>
+                    <version>1.0-alpha-1</version>
+                </plugin>
+
+                <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-remote-resources-plugin</artifactId>
                     <version>1.0</version>