The command-line equivalent to building in StreamBase Studio is to:
1.
cd into each fragment project folder (the one that contains the
pom.xml)
2. run:
mvn clean install -DskipTests=true3.
cd into the application project folder (the one that contains the
pom.xml)
4. run:
mvn clean package -DskipTests=true5. find the application archive ZIP file in the project's
target/ folder.
All maven commands may be scripted, and all
pom.xml extensions are available for customizing the build.
The documentation reference is here:
TIBCO Streaming > Installation Guide > Command Line Maven