Author: djencks
Date: Sat Nov 28 06:29:37 2009
New Revision: 885065
URL: http://svn.apache.org/viewvc?rev=885065&view=rev
Log:
[maven-release-plugin] rollback the release of geronimo-2.2
Modified:
geronimo/server/branches/2.2/plugins/monitoring/mconsole-jetty-server/mconsole-itest-simple/pom.xml
Modified: geronimo/server/branches/2.2/plugins/monitoring/mconsole-jetty-server/mconsole-itest-simple/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.2/plugins/monitoring/mconsole-jetty-server/mconsole-itest-simple/pom.xml?rev=885065&r1=885064&r2=885065&view=diff
==============================================================================
--- geronimo/server/branches/2.2/plugins/monitoring/mconsole-jetty-server/mconsole-itest-simple/pom.xml
(original)
+++ geronimo/server/branches/2.2/plugins/monitoring/mconsole-jetty-server/mconsole-itest-simple/pom.xml
Sat Nov 28 06:29:37 2009
@@ -18,7 +18,9 @@
<!-- $Rev$ $Date$ -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
@@ -54,20 +56,6 @@
</build>
<profiles>
<profile>
- <id>all-subprojects</id>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
- <profile>
<id>it</id>
<build>
<pluginManagement>
|