Goals
The maven goals available are :
The maven plugin configures lifecycle bindings for the new packaging types as follows :
- Packaging ep-java-fragment
Default lifecycle :
Clean lifecycle :
| phase | goals |
|---|---|
| pre-clean | com.tibco.ep:ep-maven-plugin:install-product |
| clean | com.tibco.ep:ep-maven-plugin:stop-nodes, org.apache.maven.plugins:maven-clean-plugin:clean |
- Packaging jar
This is the same as ep-java-fragment, except a jar file is created instead of a fragment zip.
Default lifecycle :
Clean lifecycle :
| phase | goals |
|---|---|
| pre-clean | com.tibco.ep:ep-maven-plugin:install-product |
| clean | com.tibco.ep:ep-maven-plugin:stop-nodes, org.apache.maven.plugins:maven-clean-plugin:clean |
- Packaging ep-eventflow-fragment
Default lifecycle :
Clean lifecycle :-
| phase | goals |
|---|---|
| pre-clean | com.tibco.ep:ep-maven-plugin:install-product |
| clean | com.tibco.ep:ep-maven-plugin:stop-nodes, org.apache.maven.plugins:maven-clean-plugin:clean |
- Packaging ep-sw-fragment
Default lifecycle :
Clean lifecycle :-
| phase | goals |
|---|---|
| pre-clean | com.tibco.ep:ep-maven-plugin:install-product |
| clean | com.tibco.ep:ep-maven-plugin:stop-nodes, org.apache.maven.plugins:maven-clean-plugin:clean |
- Packaging ep-liveview-fragment
Default lifecycle :
Clean lifecycle :
| phase | goals |
|---|---|
| pre-clean | com.tibco.ep:ep-maven-plugin:install-product |
| clean | com.tibco.ep:ep-maven-plugin:stop-nodes, org.apache.maven.plugins:maven-clean-plugin:clean |
- Packaging ep-application
Default lifecycle :
| phase | goals |
|---|---|
| validate | com.tibco.ep:ep-maven-plugin:install-product, com.tibco.ep:ep-maven-plugin:set-resources |
| process-resources | org.apache.maven.plugins:maven-resources-plugin:resources |
| compile | org.apache.maven.plugins:maven-compiler-plugin:compile |
| process-test-resources | org.apache.maven.plugins:maven-resources-plugin:testResources |
| test-compile | org.apache.maven.plugins:maven-compiler-plugin:testCompile |
| package | com.tibco.ep:ep-maven-plugin:package-application |
| pre-integration-test | com.tibco.ep:ep-maven-plugin:start-nodes |
| post-integration-test | com.tibco.ep:ep-maven-plugin:stop-nodes |
| install | org.apache.maven.plugins:maven-install-plugin:install |
| deploy | org.apache.maven.plugins:maven-deploy-plugin:deploy |
Clean lifecycle :
| phase | goals |
|---|---|
| pre-clean | com.tibco.ep:ep-maven-plugin:install-product |
| clean | com.tibco.ep:ep-maven-plugin:stop-nodes, org.apache.maven.plugins:maven-clean-plugin:clean |