Author: jeff.yuchang
Date: 2011-01-16 19:41:29 -0500 (Sun, 16 Jan 2011)
New Revision: 1239
Modified:
branches/RiftSaw-ODE-2.2.x/distro/src/examples-jbi/maven2/helloworld2-osgi/pom.xml
branches/RiftSaw-ODE-2.2.x/pom.xml
Log:
*RIFTSAW-323, update build module, it will only publish the needed artifacts.
Modified:
branches/RiftSaw-ODE-2.2.x/distro/src/examples-jbi/maven2/helloworld2-osgi/pom.xml
===================================================================
---
branches/RiftSaw-ODE-2.2.x/distro/src/examples-jbi/maven2/helloworld2-osgi/pom.xml 2011-01-16
13:57:59 UTC (rev 1238)
+++
branches/RiftSaw-ODE-2.2.x/distro/src/examples-jbi/maven2/helloworld2-osgi/pom.xml 2011-01-17
00:41:29 UTC (rev 1239)
@@ -20,7 +20,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">
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.ode.examples</groupId>
+ <groupId>org.jboss.soa.bpel.examples</groupId>
<artifactId>helloworld-bundle</artifactId>
<name>ODE :: Examples :: Hello World OSGi</name>
<version>1.3.5</version>
Modified: branches/RiftSaw-ODE-2.2.x/pom.xml
===================================================================
--- branches/RiftSaw-ODE-2.2.x/pom.xml 2011-01-16 13:57:59 UTC (rev 1238)
+++ branches/RiftSaw-ODE-2.2.x/pom.xml 2011-01-17 00:41:29 UTC (rev 1239)
@@ -181,13 +181,13 @@
<module>bpel-connector</module>
<module>bpel-test</module>
<module>axis2</module>
- <module>jbi</module>
+ <!--module>jbi</module>
<module>jbi-bundle</module>
<module>jbi-karaf</module>
<module>distro/src/examples-jbi/maven2/helloworld2-osgi</module>
<module>jbi-karaf-pmapi-httpbinding</module>
<module>axis2-war</module>
- <module>distro</module>
+ <module>distro</module-->
</modules>
<build>