JavaAppExecutableResource.withMavenGoal
Method
interface JavaAppExecutableResource { // ... omitted for brevity withMavenGoal( goal: string, args: string[]): JavaAppExecutableResource;}Signature
method
withMavenGoal builder Configures the Java application to run using a Maven goal
withMavenGoal( goal: string, args: string[]): JavaAppExecutableResourceParameters
goal string args string[] Returns
JavaAppExecutableResource Defined on
This method is defined on the following type: