You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by da...@apache.org on 2007/04/04 04:08:19 UTC

svn commit: r525354 - /incubator/openejb/trunk/openejb3/pom.xml

Author: dain
Date: Tue Apr  3 19:08:18 2007
New Revision: 525354

URL: http://svn.apache.org/viewvc?view=rev&rev=525354
Log:
remove all uses of geronimo genesis plugin

Modified:
    incubator/openejb/trunk/openejb3/pom.xml

Modified: incubator/openejb/trunk/openejb3/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3/pom.xml?view=diff&rev=525354&r1=525353&r2=525354
==============================================================================
--- incubator/openejb/trunk/openejb3/pom.xml (original)
+++ incubator/openejb/trunk/openejb3/pom.xml Tue Apr  3 19:08:18 2007
@@ -127,33 +127,6 @@
         </configuration>
       </plugin>
       <plugin>
-        <groupId>org.apache.geronimo.genesis.plugins</groupId>
-        <artifactId>tools-maven-plugin</artifactId>
-        <version>1.1</version>
-
-        <!-- Tools includes custom packagings, install as extension to pick them up -->
-        <extensions>true</extensions>
-
-        <executions>
-          <execution>
-            <phase>validate</phase>
-            <goals>
-              <goal>require-java-version</goal>
-            </goals>
-            <configuration>
-              <version>1.5+</version>
-            </configuration>
-          </execution>
-
-          <execution>
-            <id>install-legal-files</id>
-            <phase>generate-resources</phase>
-            <goals>
-              <goal>copy-legal-files</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-clover-plugin</artifactId>