Author: objectiser
Date: 2010-11-17 15:54:36 -0500 (Wed, 17 Nov 2010)
New Revision: 471
Modified:
trunk/pom.xml
trunk/tools/bundles/pom.xml
trunk/tools/pom.xml
Log:
First step in moving bundles to top level instead of in tools.
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-11-17 20:43:01 UTC (rev 470)
+++ trunk/pom.xml 2010-11-17 20:54:36 UTC (rev 471)
@@ -51,6 +51,7 @@
<modules>
<module>validators</module>
+ <module>tools/bundles</module>
<module>tools</module>
<module>docs</module>
<module>distribution</module>
Modified: trunk/tools/bundles/pom.xml
===================================================================
--- trunk/tools/bundles/pom.xml 2010-11-17 20:43:01 UTC (rev 470)
+++ trunk/tools/bundles/pom.xml 2010-11-17 20:54:36 UTC (rev 471)
@@ -1,22 +1,92 @@
-<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
+
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>
- <groupId>org.jboss.savara.tools</groupId>
+ <groupId>org.jboss.savara</groupId>
<artifactId>bundles</artifactId>
<packaging>pom</packaging>
<version>1.2.0-SNAPSHOT</version>
- <name>Savara::Tools::Bundles</name>
+ <name>Savara::Bundles</name>
- <parent>
- <groupId>org.jboss.savara</groupId>
- <artifactId>tools</artifactId>
+ <!-- use JBoss Tools' trunk/build/parent/pom.xml - must be built locally first!
+ Then, build like this to suck in latest pi4soa + target-platform:
+ mvn3 clean install -U -B -e -fae -P
jbosstools-nightly-trunk,helios-remote-target,\!helios
+ -->
+ <parent>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.parent.pom</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+
+ <!-- Don't use Savara's own local parent-pom.xml. ~nickb
+ <parent>
+ <relativePath>parent-pom.xml</relativePath>
+ <groupId>org.jboss.savara.tools</groupId>
+ <artifactId>org.jboss.savara.tools.parent.pom</artifactId>
<version>1.2.0-SNAPSHOT</version>
- </parent>
+ </parent> -->
+ <properties>
+ <jaxb.version>2.1</jaxb.version>
+ </properties>
+
<modules>
<module>org.jboss.savara.wsdl</module>
</modules>
+
+<!-- No need for distribution details as there are no artifacts to publish
+ <distributionManagement>
+ <repository>
+ <id>jboss-releases-repository</id>
+ <name>JBoss Releases Repository</name>
+
<
url>https://repository.jboss.org/nexus/service/local/staging/deploy/ma...
+ </repository>
+ <snapshotRepository>
+ <id>jboss-snapshots-repository</id>
+ <name>JBoss Snapshots Repository</name>
+
<
url>https://repository.jboss.org/nexus/content/repositories/snapshots/...
+ </snapshotRepository>
+ </distributionManagement>
+-->
+
+ <repositories>
+ <repository>
+ <id>jboss-developer-repository-group</id>
+ <name>JBoss Developer Maven Repository Group</name>
+ <
url>https://repository.jboss.org/nexus/content/groups/developer/</u...
+ <releases>
+ <enabled>true</enabled>
+ <updatePolicy>never</updatePolicy>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ <updatePolicy>never</updatePolicy>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>pi4soa</id>
+ <
url>http://download.jboss.org/jbosstools/builds/staging/pi4soa/all/rep...
+ <layout>p2</layout>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ </repository>
+ <repository>
+ <id>eclipse-helios</id>
+ <
url>http://download.eclipse.org/releases/helios</url>
+ <layout>p2</layout>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ </repository>
+ </repositories>
+
</project>
Modified: trunk/tools/pom.xml
===================================================================
--- trunk/tools/pom.xml 2010-11-17 20:43:01 UTC (rev 470)
+++ trunk/tools/pom.xml 2010-11-17 20:54:36 UTC (rev 471)
@@ -31,7 +31,6 @@
</properties>
<modules>
- <module>bundles</module>
<module>plugins</module>
<module>features</module>
<module>tests</module>