com.github.dkorotych.gradle-maven-exec
Owner: Dmitry Korotych
Gradle plugin which provides an Maven exec task
https://github.com/dkorotych/gradle-maven-exec-plugin
Sources: https://github.com/dkorotych/gradle-maven-exec-plugin
Version 1.1
1.1
Created 19 April 2017.
Gradle plugin which provides an Maven exec task
Add this plugin to your build using the plugins DSL:
plugins {
id("com.github.dkorotych.gradle-maven-exec") version "1.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.github.dkorotych.gradle.maven.exec:gradle-maven-exec-plugin:1.1") } } apply(plugin = "com.github.dkorotych.gradle-maven-exec")
- Applying plugins to all subprojects .