Create and deploy PAR using Maven only
The Activiti 5.6 User Guide shows how to deploy PAR into Activiti process engine using Ant. Here is what I have used to do it without a build.xml file using maven plugins: <plugin> <groupId>org.apache.maven.plugins</groupId>...