Closed aalmiray closed 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
gm build
gm verify
| Maven | Gradle | compile | classes | package | assemble | verify | build | install | publishToMavenLocal
Allow Maven goals to be replaced by Gradle tasks and viceversa, for example invoking
gm build
on a Maven project should result ingm verify
. The following goals/tasks should be taken into consideration