Hi,
I had some trouble getting everything working and thought I'd share a solution here.
I used "jboss-esb" as the packaging type:
| <packaging>jboss-esb</packaging>
|
I used the following plugin configuration:
| <plugin>
| <groupId>org.codehaus.mojo</groupId>
| <artifactId>jboss-packaging-maven-plugin</artifactId>
| <version>2.0-20080130.110241-9</version>
| <extensions>true</extensions>
| </plugin>
|
And the following plugin repository:
| <pluginRepository>
| <releases>
| <enabled>false</enabled>
| </releases>
| <snapshots />
| <id>jboss-snapshots</id>
| <name>JBoss Snapshot Plugin Repository</name>
| <url>http://snapshots.repository.codehaus.org</url>
| </pluginRepository>
|
Source directory structure:
| src/main/resources/META-INF/jboss-esb.xml
| src/main/resources/META-INF/deployment.xml
| src/main/resources/jbm-queue-service.xml
|
Regards,
Daniel
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140150#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...