Class StartNodesMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
com.tibco.ep.buildmavenplugin.StartNodesMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="start-nodes", threadSafe=true) public class StartNodesMojo extends org.apache.maven.plugin.AbstractMojo

Install and start nodes.

Nodes are installed one at a time but started in parallel.

If a node directory already exists, stop and remove nodes is called first. If the directory still exists, it is deleted.

Example use in pom.xml:

pom