Author: dgolovin
Date: 2011-05-12 19:32:55 -0400 (Thu, 12 May 2011)
New Revision: 31282
Modified:
trunk/tests/features/org.jboss.tools.test.feature/pom.xml
trunk/tests/features/pom.xml
trunk/tests/plugins/org.jboss.tools.tests.performance/pom.xml
trunk/tests/plugins/org.jboss.tools.tests/pom.xml
trunk/tests/plugins/org.jboss.tools.ui.bot.ext.test/pom.xml
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/pom.xml
trunk/tests/plugins/pom.xml
trunk/tests/pom.xml
trunk/tests/site/pom.xml
Log:
https://issues.jboss.org/browse/JBIDE-8518 fix pom.xml files in JBT and JBDS repo such
that only component root poms reference parent pom (all others just look up to .. for
parent)
restored artifacts groupId/artifactId to original structure
<module>
plugins
features
tests
<module>.site
left only one reference to parent pom in <module>/pom.xml
fixed relativePath to ../build/parent/pom.xml
Modified: trunk/tests/features/org.jboss.tools.test.feature/pom.xml
===================================================================
--- trunk/tests/features/org.jboss.tools.test.feature/pom.xml 2011-05-12 23:05:38 UTC (rev
31281)
+++ trunk/tests/features/org.jboss.tools.test.feature/pom.xml 2011-05-12 23:32:55 UTC (rev
31282)
@@ -2,12 +2,12 @@
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.parent.pom</artifactId>
- <version>0.0.2-SNAPSHOT</version>
+ <groupId>org.jboss.tools.tests</groupId>
+ <artifactId>features</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.tests.features</groupId>
<artifactId>org.jboss.tools.test.feature</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
-</project>
\ No newline at end of file
+</project>
Modified: trunk/tests/features/pom.xml
===================================================================
--- trunk/tests/features/pom.xml 2011-05-12 23:05:38 UTC (rev 31281)
+++ trunk/tests/features/pom.xml 2011-05-12 23:32:55 UTC (rev 31282)
@@ -1,9 +1,14 @@
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
- <groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.tests.features</artifactId>
- <name>org.jboss.tools.tests.features</name>
+ <parent>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>tests</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.tests</groupId>
+ <artifactId>features</artifactId>
+ <name>tests.features</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
Modified: trunk/tests/plugins/org.jboss.tools.tests/pom.xml
===================================================================
--- trunk/tests/plugins/org.jboss.tools.tests/pom.xml 2011-05-12 23:05:38 UTC (rev 31281)
+++ trunk/tests/plugins/org.jboss.tools.tests/pom.xml 2011-05-12 23:32:55 UTC (rev 31282)
@@ -2,12 +2,12 @@
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.parent.pom</artifactId>
- <version>0.0.2-SNAPSHOT</version>
+ <groupId>org.jboss.tools.tests</groupId>
+ <artifactId>plugins</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.2.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
-</project>
\ No newline at end of file
+</project>
Modified: trunk/tests/plugins/org.jboss.tools.tests.performance/pom.xml
===================================================================
--- trunk/tests/plugins/org.jboss.tools.tests.performance/pom.xml 2011-05-12 23:05:38 UTC
(rev 31281)
+++ trunk/tests/plugins/org.jboss.tools.tests.performance/pom.xml 2011-05-12 23:32:55 UTC
(rev 31282)
@@ -2,12 +2,12 @@
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.parent.pom</artifactId>
- <version>0.0.2-SNAPSHOT</version>
+ <groupId>org.jboss.tools.tests</groupId>
+ <artifactId>plugins</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.performance</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
-</project>
\ No newline at end of file
+</project>
Modified: trunk/tests/plugins/org.jboss.tools.ui.bot.ext/pom.xml
===================================================================
--- trunk/tests/plugins/org.jboss.tools.ui.bot.ext/pom.xml 2011-05-12 23:05:38 UTC (rev
31281)
+++ trunk/tests/plugins/org.jboss.tools.ui.bot.ext/pom.xml 2011-05-12 23:32:55 UTC (rev
31282)
@@ -2,12 +2,12 @@
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.parent.pom</artifactId>
- <version>0.0.2-SNAPSHOT</version>
+ <groupId>org.jboss.tools.tests</groupId>
+ <artifactId>plugins</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.tests.plugins</groupId>
<artifactId>org.jboss.tools.ui.bot.ext</artifactId>
<version>3.2.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
-</project>
\ No newline at end of file
+</project>
Modified: trunk/tests/plugins/org.jboss.tools.ui.bot.ext.test/pom.xml
===================================================================
--- trunk/tests/plugins/org.jboss.tools.ui.bot.ext.test/pom.xml 2011-05-12 23:05:38 UTC
(rev 31281)
+++ trunk/tests/plugins/org.jboss.tools.ui.bot.ext.test/pom.xml 2011-05-12 23:32:55 UTC
(rev 31282)
@@ -2,12 +2,12 @@
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.parent.pom</artifactId>
- <version>0.0.2-SNAPSHOT</version>
+ <groupId>org.jboss.tools.tests</groupId>
+ <artifactId>plugins</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.tests.plugins</groupId>
<artifactId>org.jboss.tools.ui.bot.ext.test</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
-</project>
\ No newline at end of file
+</project>
Modified: trunk/tests/plugins/pom.xml
===================================================================
--- trunk/tests/plugins/pom.xml 2011-05-12 23:05:38 UTC (rev 31281)
+++ trunk/tests/plugins/pom.xml 2011-05-12 23:32:55 UTC (rev 31282)
@@ -1,9 +1,14 @@
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
- <groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.tests.plugins</artifactId>
- <name>org.jboss.tools.tests.plugins</name>
+ <parent>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>tests</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.tests</groupId>
+ <artifactId>plugins</artifactId>
+ <name>tests.plugins</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
Modified: trunk/tests/pom.xml
===================================================================
--- trunk/tests/pom.xml 2011-05-12 23:05:38 UTC (rev 31281)
+++ trunk/tests/pom.xml 2011-05-12 23:32:55 UTC (rev 31282)
@@ -5,10 +5,11 @@
<groupId>org.jboss.tools</groupId>
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.2-SNAPSHOT</version>
+ <relativePath>../build/parent/pom.xml</relativePath>
</parent>
<groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.tests.all</artifactId>
- <name>org.jboss.tools.tests.all</name>
+ <artifactId>tests</artifactId>
+ <name>tests.all</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
@@ -16,4 +17,4 @@
<module>features</module>
<module>site</module>
</modules>
-</project>
\ No newline at end of file
+</project>
Modified: trunk/tests/site/pom.xml
===================================================================
--- trunk/tests/site/pom.xml 2011-05-12 23:05:38 UTC (rev 31281)
+++ trunk/tests/site/pom.xml 2011-05-12 23:32:55 UTC (rev 31282)
@@ -3,12 +3,11 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.parent.pom</artifactId>
- <version>0.0.2-SNAPSHOT</version>
+ <artifactId>tests</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.tests.site</artifactId>
- <name>org.jboss.tools.tests.site</name>
+ <groupId>org.jboss.tools.tests</groupId>
+ <artifactId>tests.site</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-update-site</packaging>
-</project>
\ No newline at end of file
+</project>