Hi eerybody,

We are Planning to build middleware business suite using ServiceMix.
i recently started to explore servicemix(binary) and maven.

I tried to follow Hello World BC tutoial.

so first i created 
* helloorld-bc
* helloorld-se
* helloorld-sa

then i created pom.xml on top level

<?xml version="1.0" encoding="UTF-8"?>
<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.servicemix.samples.helloworld</groupId>
  <artifactId>chandra</artifactId>
  <packaging>pom</packaging>
  <version>1.0-SNAPSHOT</version>
  <name>Hello World JBI Component</name>
  <modules>
    <module>hello-world-sa</module>
    <module>hello-world-bc</module>
    <module>hello-world-su</module>
  </modules>

</project>

and when i build mvn clean install it is not creating deployable installer
.zip.
Can anybody help me to give me right direction please.

Thanks,
chandra shekher gupta
Infoaxon technologies limited.




-- 
View this message in context: 
http://www.nabble.com/create-HelloWorld-BC-tf3690773s12049.html#a10318714
Sent from the ServiceMix - Dev mailing list archive at Nabble.com.

Reply via email to