Author: ips
Date: 2008-11-05 12:03:27 -0500 (Wed, 05 Nov 2008)
New Revision: 32
Modified:
trunk/pom.xml
Log:
remove enforcer and buildnumber plugin blocks, so those plugins will be inherited from the
rhq-parent pom
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2008-11-04 15:53:35 UTC (rev 31)
+++ trunk/pom.xml 2008-11-05 17:03:27 UTC (rev 32)
@@ -79,32 +79,6 @@
<plugins>
<plugin>
- <artifactId>maven-enforcer-plugin</artifactId>
- <version>1.0-alpha-3</version>
- <executions>
- <execution>
- <id>enforce-versions</id>
- <goals>
- <!-- IMPORTANT: Use enforce goal, rather than enforce-once
goal, otherwise reactor
- builds will fail due to
http://jira.codehaus.org/browse/MENFORCER-11 -->
- <goal>enforce</goal>
- </goals>
- <configuration>
- <rules>
- <requireMavenVersion>
- <version>2.0</version>
- </requireMavenVersion>
- <requireJavaVersion>
- <version>(1.5,1.6]</version>
- <!-- 1.5.x -->
- </requireJavaVersion>
- </rules>
- </configuration>
- </execution>
- </executions>
- </plugin>
-
- <plugin>
<artifactId>maven-war-plugin</artifactId>
<configuration>
<useCache>false</useCache>
@@ -122,24 +96,6 @@
</configuration>
</plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>buildnumber-maven-plugin</artifactId>
- <version>1.0-beta-1-jboss-1</version>
- <executions>
- <execution>
- <phase>validate</phase>
- <goals>
- <goal>create</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <doCheck>false</doCheck>
- <doUpdate>false</doUpdate>
- </configuration>
- </plugin>
-
</plugins>
</build>