| Commit in servicemix/tooling/jboss-deployer/src/site/apt on MAIN | |||
| index.apt | +19 | -1 | 1.1 -> 1.2 |
Updated APT docs in regard to the SAR plugin
servicemix/tooling/jboss-deployer/src/site/apt
diff -u -r1.1 -r1.2 --- index.apt 2 Aug 2005 19:09:26 -0000 1.1 +++ index.apt 2 Aug 2005 19:16:19 -0000 1.2 @@ -3,4 +3,22 @@
This project creates a simple deployer and service which works together to enable integration with a JBoss 4.0.x Application Server. This allows you to drop installers in the /deploy directory of the application server and then if the jar contains a META-INF/jbi.xml it will be passed to the
- JBIService which will hand the archive to the JBIContainer to install.
\ No newline at end of file
+ JBIService which will hand the archive to the JBIContainer to install. + + Note that this Project requires the Maven SAR plugin (maven-sar-plugin), you should download this + and run: + +---- +maven plugin:install +---- + + In order to build this project run: + +---- +maven sar +---- + + You should then have a jboss-deployer-XXX.sar, place this in your server/default/deploy directory + and start JBoss. + + You can now drop in JBI installer JAR's and hopefully they will deploy to ServiceMix.
\ No newline at end of file
