Author: bdaw
Date: 2007-11-08 05:50:31 -0500 (Thu, 08 Nov 2007)
New Revision: 8848
Modified:
modules/test/trunk/mc/pom.xml
modules/test/trunk/pom.xml
modules/test/trunk/remote/pom.xml
modules/test/trunk/tooling/ant/pom.xml
modules/test/trunk/tooling/core/pom.xml
modules/test/trunk/tooling/maven2/pom.xml
modules/test/trunk/tooling/pom.xml
modules/test/trunk/unit/pom.xml
Log:
minor corrections
Modified: modules/test/trunk/mc/pom.xml
===================================================================
--- modules/test/trunk/mc/pom.xml 2007-11-08 05:20:06 UTC (rev 8847)
+++ modules/test/trunk/mc/pom.xml 2007-11-08 10:50:31 UTC (rev 8848)
@@ -6,6 +6,7 @@
<version>1.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
+ <groupId>org.jboss.unit</groupId>
<artifactId>jboss-unit-mc</artifactId>
<packaging>jar</packaging>
<name>JBoss Unit Microcontainer</name>
Modified: modules/test/trunk/pom.xml
===================================================================
--- modules/test/trunk/pom.xml 2007-11-08 05:20:06 UTC (rev 8847)
+++ modules/test/trunk/pom.xml 2007-11-08 10:50:31 UTC (rev 8848)
@@ -10,103 +10,6 @@
<dependencies/>
- <!--<repositories>-->
- <!--<repository>-->
- <!--<id>repository.maven.org</id>-->
- <!--<name>Maven Repository</name>-->
- <!--<layout>default</layout>-->
- <!--<url>http://repo1.maven.org/maven2/</url>-->
- <!--<snapshots>-->
- <!--<enabled>false</enabled>-->
- <!--</snapshots>-->
- <!--</repository>-->
- <!--<repository>-->
- <!--<id>repository.jboss.org</id>-->
- <!--<name>JBoss Repository</name>-->
- <!--<layout>default</layout>-->
- <!--<url>http://repository.jboss.org/maven2/</url>-->
- <!--<snapshots>-->
- <!--<enabled>false</enabled>-->
- <!--</snapshots>-->
- <!--</repository>-->
- <!--<repository>-->
- <!--<id>snapshots.jboss.org</id>-->
- <!--<name>JBoss Snapshots Repository</name>-->
- <!--<layout>default</layout>-->
- <!--<url>http://snapshots.jboss.org/maven2/</url>-->
- <!--<snapshots>-->
- <!--<enabled>true</enabled>-->
- <!--</snapshots>-->
- <!--<releases>-->
- <!--<enabled>false</enabled>-->
- <!--</releases>-->
- <!--</repository>-->
- <!--</repositories>-->
-
- <!--<build>-->
- <!--<extensions>-->
- <!--<extension>-->
- <!--<groupId>org.apache.maven.wagon</groupId>-->
- <!--<artifactId>wagon-webdav</artifactId>-->
- <!--<version>1.0-beta-2</version>-->
- <!--</extension>-->
- <!--</extensions>-->
- <!--<pluginManagement>-->
- <!--<plugins>-->
- <!--<plugin>-->
- <!--<inherited>true</inherited>-->
- <!--<groupId>org.apache.maven.plugins</groupId>-->
- <!--<artifactId>maven-compiler-plugin</artifactId>-->
- <!--<configuration>-->
- <!--<source>1.5</source>-->
- <!--<target>1.5</target>-->
- <!--<showDeprecation>true</showDeprecation>-->
- <!--<showWarnings>true</showWarnings>-->
- <!--<optimize>true</optimize>-->
- <!--</configuration>-->
- <!--</plugin>-->
- <!--<plugin>-->
- <!--<groupId>org.apache.maven.plugins</groupId>-->
- <!--<artifactId>maven-jar-plugin</artifactId>-->
- <!--<configuration>-->
- <!--<archive>-->
- <!--<manifest>-->
- <!--<addClasspath>true</addClasspath>-->
- <!--</manifest>-->
- <!--</archive>-->
- <!--</configuration>-->
- <!--</plugin>-->
- <!--<plugin>-->
- <!--<groupId>org.codehaus.mojo</groupId>-->
-
<!--<artifactId>jboss-packaging-maven-plugin</artifactId>-->
- <!--<version>2.0-SNAPSHOT</version>-->
- <!--<extensions>true</extensions>-->
- <!--</plugin>-->
- <!--<plugin>-->
- <!--<artifactId>maven-idea-plugin</artifactId>-->
- <!--<configuration>-->
- <!--<downloadSources>true</downloadSources>-->
- <!--</configuration>-->
- <!--</plugin>-->
- <!--<plugin>-->
- <!--<groupId>org.jboss.maven.plugins</groupId>-->
-
<!--<artifactId>maven-jboss-deploy-plugin</artifactId>-->
- <!--<version>1.3</version>-->
- <!--<executions>-->
- <!--<execution>-->
- <!--<goals>-->
- <!--<goal>jboss-deploy</goal>-->
- <!--</goals>-->
- <!--</execution>-->
- <!--</executions>-->
- <!--<configuration>-->
-
<!--<jbossDeployRoot>${jboss.repository.root}</jbossDeployRoot>-->
- <!--</configuration>-->
- <!--</plugin>-->
- <!--</plugins>-->
- <!--</pluginManagement>-->
- <!--</build>-->
-
<distributionManagement>
<!--<repository>-->
<!--Copy the distribution jar file to a local checkout of the maven repository
@@ -134,71 +37,7 @@
<module>test/agent</module>
</modules>
- <!--<profiles>-->
- <!--<profile>-->
- <!--<id>docs</id>-->
- <!--<modules>-->
- <!--<module>docs</module>-->
- <!--</modules>-->
- <!--</profile>-->
- <!--</profiles>-->
+
- <!--<issueManagement>-->
- <!--<system>JIRA</system>-->
- <!--<url>http://jira.jboss.com/jira/browse/JBPORTAL</url>-->
- <!--</issueManagement>-->
- <!--<ciManagement>-->
- <!--<system>cruisecontrol</system>-->
- <!--</ciManagement>-->
- <!--<licenses>-->
- <!--<license>-->
- <!--<name>LGPL 2.1</name>-->
- <!--<url>http://www.gnu.org/licenses/lgpl.html</url>-->
- <!--<distribution>repo</distribution>-->
- <!--<comments>-->
- <!--GNU LESSER GENERAL PUBLIC LICENSE Version 2.1-->
- <!--</comments>-->
- <!--</license>-->
- <!--</licenses>-->
- <!--<scm>-->
-
<!--<connection>scm:svn:http://anonsvn.jboss.org/repos/portal/trunk</connection>-->
-
<!--<developerConnection>scm:svn:https://svn.jboss.org/repos/portal/trunk</developerConnection>-->
- <!--<url>https://svn.jboss.org/repos/portal/trunk</url>-->
- <!--</scm>-->
-
- <!--<reporting>-->
- <!--<plugins>-->
- <!--<plugin>-->
- <!--<artifactId>maven-changes-plugin</artifactId>-->
- <!--</plugin>-->
- <!--<plugin>-->
- <!--<artifactId>maven-checkstyle-plugin</artifactId>-->
- <!--</plugin>-->
- <!--<plugin>-->
- <!--<groupId>org.codehaus.mojo</groupId>-->
- <!--<artifactId>cobertura-maven-plugin</artifactId>-->
- <!--<version>2.0</version>-->
- <!--</plugin>-->
- <!--<plugin>-->
- <!--<artifactId>maven-javadoc-plugin</artifactId>-->
- <!--</plugin>-->
- <!--<plugin>-->
- <!--<artifactId>maven-jxr-plugin</artifactId>-->
- <!--</plugin>-->
- <!--<plugin>-->
- <!--<artifactId>maven-pmd-plugin</artifactId>-->
- <!--<configuration>-->
- <!--<linkXref>true</linkXref>-->
- <!--<targetJdk>1.5</targetJdk>-->
- <!--</configuration>-->
- <!--</plugin>-->
- <!--<plugin>-->
-
<!--<artifactId>maven-surefire-report-plugin</artifactId>-->
- <!--</plugin>-->
- <!--</plugins>-->
- <!--</reporting>-->
-
- <!--<properties/>-->
-
</project>
\ No newline at end of file
Modified: modules/test/trunk/remote/pom.xml
===================================================================
--- modules/test/trunk/remote/pom.xml 2007-11-08 05:20:06 UTC (rev 8847)
+++ modules/test/trunk/remote/pom.xml 2007-11-08 10:50:31 UTC (rev 8848)
@@ -6,6 +6,7 @@
<version>1.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
+ <groupId>org.jboss.unit</groupId>
<artifactId>jboss-unit-remote</artifactId>
<packaging>jar</packaging>
<name>JBoss Unit Remote</name>
Modified: modules/test/trunk/tooling/ant/pom.xml
===================================================================
--- modules/test/trunk/tooling/ant/pom.xml 2007-11-08 05:20:06 UTC (rev 8847)
+++ modules/test/trunk/tooling/ant/pom.xml 2007-11-08 10:50:31 UTC (rev 8848)
@@ -1,7 +1,7 @@
<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">
<parent>
- <groupId>org.jboss.portal.test</groupId>
+ <groupId>org.jboss.unit</groupId>
<artifactId>jboss-unit-tooling-aggregator</artifactId>
<version>1.1.0-SNAPSHOT</version>
</parent>
Modified: modules/test/trunk/tooling/core/pom.xml
===================================================================
--- modules/test/trunk/tooling/core/pom.xml 2007-11-08 05:20:06 UTC (rev 8847)
+++ modules/test/trunk/tooling/core/pom.xml 2007-11-08 10:50:31 UTC (rev 8848)
@@ -1,7 +1,7 @@
<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">
<parent>
- <groupId>org.jboss.portal.test</groupId>
+ <groupId>org.jboss.unit</groupId>
<artifactId>jboss-unit-tooling-aggregator</artifactId>
<version>1.1.0-SNAPSHOT</version>
</parent>
Modified: modules/test/trunk/tooling/maven2/pom.xml
===================================================================
--- modules/test/trunk/tooling/maven2/pom.xml 2007-11-08 05:20:06 UTC (rev 8847)
+++ modules/test/trunk/tooling/maven2/pom.xml 2007-11-08 10:50:31 UTC (rev 8848)
@@ -1,7 +1,7 @@
<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">
<parent>
- <groupId>org.jboss.portal.test</groupId>
+ <groupId>org.jboss.unit</groupId>
<artifactId>jboss-unit-tooling-aggregator</artifactId>
<version>1.1.0-SNAPSHOT</version>
</parent>
Modified: modules/test/trunk/tooling/pom.xml
===================================================================
--- modules/test/trunk/tooling/pom.xml 2007-11-08 05:20:06 UTC (rev 8847)
+++ modules/test/trunk/tooling/pom.xml 2007-11-08 10:50:31 UTC (rev 8848)
@@ -7,6 +7,7 @@
<version>1.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
+ <groupId>org.jboss.unit</groupId>
<artifactId>jboss-unit-tooling-aggregator</artifactId>
<packaging>pom</packaging>
<name>JBoss Unit Tooling (aggregator)</name>
Modified: modules/test/trunk/unit/pom.xml
===================================================================
--- modules/test/trunk/unit/pom.xml 2007-11-08 05:20:06 UTC (rev 8847)
+++ modules/test/trunk/unit/pom.xml 2007-11-08 10:50:31 UTC (rev 8848)
@@ -6,6 +6,7 @@
<version>1.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
+ <groupId>org.jboss.unit</groupId>
<artifactId>jboss-unit</artifactId>
<packaging>jar</packaging>
<name>JBoss Unit</name>