Author: jeff.yuchang
Date: 2011-01-16 19:44:07 -0500 (Sun, 16 Jan 2011)
New Revision: 1240
Modified:
branches/ODE/RiftSaw-ODE-trunk/distro/src/examples-jbi/maven2/helloworld2-osgi/pom.xml
branches/ODE/RiftSaw-ODE-trunk/pom.xml
Log:
*RIFTSAW-323, update build module, only publish the needed artifacts.
Modified:
branches/ODE/RiftSaw-ODE-trunk/distro/src/examples-jbi/maven2/helloworld2-osgi/pom.xml
===================================================================
---
branches/ODE/RiftSaw-ODE-trunk/distro/src/examples-jbi/maven2/helloworld2-osgi/pom.xml 2011-01-17
00:41:29 UTC (rev 1239)
+++
branches/ODE/RiftSaw-ODE-trunk/distro/src/examples-jbi/maven2/helloworld2-osgi/pom.xml 2011-01-17
00:44:07 UTC (rev 1240)
@@ -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/ODE/RiftSaw-ODE-trunk/pom.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/pom.xml 2011-01-17 00:41:29 UTC (rev 1239)
+++ branches/ODE/RiftSaw-ODE-trunk/pom.xml 2011-01-17 00:44:07 UTC (rev 1240)
@@ -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>