kordamp / gm

Gum is a Gradle/Maven/JBang wrapper written in Go
Apache License 2.0
59 stars 2 forks source link

Add goal/tasks aliases #9

Closed aalmiray closed 4 years ago

aalmiray commented 4 years ago

Allow Maven goals to be replaced by Gradle tasks and viceversa, for example invoking gm build on a Maven project should result in gm verify. The following goals/tasks should be taken into consideration

| Maven   | Gradle
| compile | classes
| package | assemble
| verify  | build
| install | publishToMavenLocal