BPEL Compiler Plugin for Maven
Maven plugin that compiles BPEL files during a build. Built on top of the Apache ODE BPEL compiler.
The Maven site is stored at http://maven-bpel-compiler-plugin.googlecode.com/svn/site/index.html
Installation
Checkout and install the project into your local repository
mvn install
Adding to your project
Add the plugin to your projects pom, this example binds the compilation to the package phase.
net.timcarpenter.maven.plugin bpel-compiler-maven-plugin bpel-test-compilation package compile