kordamp / gm

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

Support additional goal/task mappings #10

Closed aalmiray closed 4 years ago

aalmiray commented 4 years ago

Support the following goals/tasks

Both ways

| Maven           | Gradle
| exec:java       | run
| dependency:tree | dependencies

Gradle -> Maven

| check           | verify
| jar             | package