[seam-commits] Seam SVN: r10143 - maven-plugins/trunk/seam-instrument-wicket.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Mar 10 12:17:10 EDT 2009


Author: cpopetz
Date: 2009-03-10 12:17:10 -0400 (Tue, 10 Mar 2009)
New Revision: 10143

Modified:
   maven-plugins/trunk/seam-instrument-wicket/pom.xml
Log:
Inherit from seam root pom.

Modified: maven-plugins/trunk/seam-instrument-wicket/pom.xml
===================================================================
--- maven-plugins/trunk/seam-instrument-wicket/pom.xml	2009-03-10 15:47:08 UTC (rev 10142)
+++ maven-plugins/trunk/seam-instrument-wicket/pom.xml	2009-03-10 16:17:10 UTC (rev 10143)
@@ -10,6 +10,11 @@
   <description>
       A maven mojo to instrument wicket components to work with Seam's wicket integration.
   </description>
+  <parent>
+  	<artifactId>root</artifactId>
+  	<groupId>org.jboss.seam</groupId>
+  	<version>2.1.2-SNAPSHOT</version>
+  </parent>
    
    <contributors>
       <contributor>
@@ -74,7 +79,6 @@
     <dependency>
     	<groupId>javassist</groupId>
     	<artifactId>javassist</artifactId>
-    	<version>3.8.0.GA</version>
     </dependency>
     <dependency>
     	<groupId>org.jboss.seam</groupId>
@@ -84,7 +88,6 @@
       <dependency>
         <groupId>log4j</groupId>
         <artifactId>log4j</artifactId>
-        <version>1.2.14</version>
       </dependency>
     <dependency>
     	<groupId>org.jboss.seam</groupId>
@@ -92,32 +95,4 @@
     	<version>2.1.2-SNAPSHOT</version>
     </dependency>
   </dependencies>
-  
-    <build>
-
-    <pluginManagement>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <source>1.6</source>
-          <target>1.6</target>
-        </configuration>
-      </plugin>
-		<plugin>
-			<groupId>org.apache.maven.plugins</groupId>
-			<artifactId>maven-source-plugin</artifactId>
-			<executions>
-				<execution>
-					<goals>
-						<goal>jar</goal>
-					</goals>
-				</execution>
-			</executions>
-		</plugin>
-
-  	</plugins>
-  	</pluginManagement>
-		</build>
-	</project>
+</project>




More information about the seam-commits mailing list