Uses of Class
org.ikasan.archetype.MavenGenericCommand
-
Uses of MavenGenericCommand in org.ikasan.archetype
Methods in org.ikasan.archetype that return MavenGenericCommandModifier and TypeMethodDescriptionstatic MavenGenericCommandMavenFactory.getBuildCommand()Create an instance of the Maven command with a build goal.static MavenGenericCommandMavenFactory.getCleanCommand()Create an instance of the Maven command with a clean goal.static MavenGenericCommandMavenFactory.getGenericCommand(List<String> goals) Create an instance of the Maven command that can be generically configured for any goal(s).static MavenGenericCommandMavenFactory.getTestCommand()Create an instance of the Maven command with a test goal.