[seam-commits] Seam SVN: r12885 - in modules/jms/trunk: api and 1 other directories.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri May 28 08:36:28 EDT 2010


Author: pete.muir at jboss.org
Date: 2010-05-28 08:36:27 -0400 (Fri, 28 May 2010)
New Revision: 12885

Modified:
   modules/jms/trunk/api/pom.xml
   modules/jms/trunk/dist/pom.xml
   modules/jms/trunk/pom.xml
Log:
clean ups to POM as a result of weld-parent:10

Modified: modules/jms/trunk/api/pom.xml
===================================================================
--- modules/jms/trunk/api/pom.xml	2010-05-28 12:35:53 UTC (rev 12884)
+++ modules/jms/trunk/api/pom.xml	2010-05-28 12:36:27 UTC (rev 12885)
@@ -37,7 +37,6 @@
                <plugin>
                   <groupId>org.apache.maven.plugins</groupId>
                   <artifactId>maven-javadoc-plugin</artifactId>
-                  <version>2.7</version>
                   <executions>
                      <execution>
                         <id>javadoc-api</id>

Modified: modules/jms/trunk/dist/pom.xml
===================================================================
--- modules/jms/trunk/dist/pom.xml	2010-05-28 12:35:53 UTC (rev 12884)
+++ modules/jms/trunk/dist/pom.xml	2010-05-28 12:36:27 UTC (rev 12885)
@@ -37,11 +37,6 @@
       <plugins>
          <plugin>
             <artifactId>maven-assembly-plugin</artifactId>
-            <configuration>
-               <descriptors>
-                  <descriptor>src/main/assembly/assembly.xml</descriptor>
-               </descriptors>
-            </configuration>
             <executions>
                <execution>
                   <id>distribution</id>

Modified: modules/jms/trunk/pom.xml
===================================================================
--- modules/jms/trunk/pom.xml	2010-05-28 12:35:53 UTC (rev 12884)
+++ modules/jms/trunk/pom.xml	2010-05-28 12:36:27 UTC (rev 12885)
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.jboss.weld</groupId>
 		<artifactId>weld-parent</artifactId>
-		<version>9</version>
+		<version>10</version>
 	</parent>
 
 	<groupId>org.jboss.seam.jms</groupId>
@@ -62,43 +62,8 @@
 			<build>
 				<pluginManagement>
 					<plugins>
-						<plugin>
-							<groupId>org.codehaus.mojo</groupId>
-							<artifactId>emma-maven-plugin</artifactId>
-							<version>${emma.maven.plugin.version}</version>
-							<inherited>true</inherited>
-							<executions>
-								<execution>
-									<id>instrumentation</id>
-									<phase>process-classes</phase>
-									<goals>
-										<goal>instrument</goal>
-									</goals>
-									<configuration>
-										<verbose>true</verbose>
-									</configuration>
-								</execution>
-								<execution>
-									<id>cleaning</id>
-									<phase>clean</phase>
-									<goals>
-										<goal>clean</goal>
-									</goals>
-								</execution>
-							</executions>
-						</plugin>
 
 						<plugin>
-							<groupId>org.apache.maven.plugins</groupId>
-							<artifactId>maven-surefire-plugin</artifactId>
-							<inherited>true</inherited>
-							<configuration>
-								<forkMode>once</forkMode>
-								<classesDirectory>${project.build.directory}/generated-classes/emma/classes</classesDirectory>
-							</configuration>
-						</plugin>
-
-						<plugin>
 							<groupId>org.codehaus.cargo</groupId>
 							<artifactId>cargo-maven2-plugin</artifactId>
 							<version>${cargo.maven2.plugin.version}</version>
@@ -175,27 +140,6 @@
 							</executions>
 						</plugin>
 
-						<plugin>
-							<groupId>org.sonatype.maven.plugin</groupId>
-							<artifactId>emma4it-maven-plugin</artifactId>
-							<version>${emma4it.maven.plugin.version}</version>
-							<executions>
-								<execution>
-									<id>report</id>
-									<phase>test</phase>
-									<goals>
-										<goal>report</goal>
-									</goals>
-									<configuration>
-										<sourceSets>
-											<sourceSet>
-												<directory>${project.build.sourceDirectory}</directory>
-											</sourceSet>
-										</sourceSets>
-									</configuration>
-								</execution>
-							</executions>
-						</plugin>
 					</plugins>
 				</pluginManagement>
 			</build>



More information about the seam-commits mailing list