Author: dgolovin
Date: 2010-07-01 20:08:03 -0400 (Thu, 01 Jul 2010)
New Revision: 23168
Modified:
trunk/tests/features/pom.xml
trunk/tests/plugins/org.jboss.tools.tests/pom.xml
trunk/tests/plugins/pom.xml
trunk/tests/pom.xml
Log:
maven repo aligned to be the same with svn repo
Modified: trunk/tests/features/pom.xml
===================================================================
--- trunk/tests/features/pom.xml 2010-07-01 23:59:11 UTC (rev 23167)
+++ trunk/tests/features/pom.xml 2010-07-02 00:08:03 UTC (rev 23168)
@@ -1,18 +1,13 @@
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
- <parent>
- <relativePath>../../parent-pom.xml</relativePath>
- <groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.parent.pom</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- </parent>
- <groupId>org.jboss.tools</groupId>
- <artifactId>tests.features</artifactId>
+ <groupId>org.jboss.tools.tests</groupId>
+ <artifactId>features</artifactId>
+ <name>tests.features</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>org.jboss.tools.test.feature</module>
</modules>
</project>
-
\ No newline at end of file
+
Modified: trunk/tests/plugins/org.jboss.tools.tests/pom.xml
===================================================================
--- trunk/tests/plugins/org.jboss.tools.tests/pom.xml 2010-07-01 23:59:11 UTC (rev 23167)
+++ trunk/tests/plugins/org.jboss.tools.tests/pom.xml 2010-07-02 00:08:03 UTC (rev 23168)
@@ -7,7 +7,7 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.tests.plugins</groupId>
<artifactId>org.jboss.tools.tests</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/tests/plugins/pom.xml
===================================================================
--- trunk/tests/plugins/pom.xml 2010-07-01 23:59:11 UTC (rev 23167)
+++ trunk/tests/plugins/pom.xml 2010-07-02 00:08:03 UTC (rev 23168)
@@ -1,18 +1,13 @@
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
- <parent>
- <relativePath>../../parent-pom.xml</relativePath>
- <groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.parent.pom</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- </parent>
- <groupId>org.jboss.tools</groupId>
- <artifactId>tests.plugins</artifactId>
+ <groupId>org.jboss.tools.tests</groupId>
+ <artifactId>plugins</artifactId>
+ <name>tests.plugins</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>org.jboss.tools.tests</module>
</modules>
</project>
-
\ No newline at end of file
+
Modified: trunk/tests/pom.xml
===================================================================
--- trunk/tests/pom.xml 2010-07-01 23:59:11 UTC (rev 23167)
+++ trunk/tests/pom.xml 2010-07-02 00:08:03 UTC (rev 23168)
@@ -1,14 +1,9 @@
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
- <parent>
- <relativePath>../parent-pom.xml</relativePath>
- <groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.parent.pom</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- </parent>
<groupId>org.jboss.tools</groupId>
<artifactId>tests</artifactId>
+ <name>tests.all</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>