Package org.jboss.gm.manipulation
Class ManipulationPlugin
- java.lang.Object
-
- org.jboss.gm.manipulation.ManipulationPlugin
-
- All Implemented Interfaces:
org.gradle.api.Plugin<org.gradle.api.Project>
public class ManipulationPlugin extends java.lang.Object implements org.gradle.api.Plugin<org.gradle.api.Project>
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringLEGACY_MAVEN_PLUGINstatic java.lang.StringMAVEN_PUBLISH_PLUGIN
-
Constructor Summary
Constructors Constructor Description ManipulationPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(org.gradle.api.Project project)
-
-
-
Field Detail
-
LEGACY_MAVEN_PLUGIN
public static final java.lang.String LEGACY_MAVEN_PLUGIN
- See Also:
- Constant Field Values
-
MAVEN_PUBLISH_PLUGIN
public static final java.lang.String MAVEN_PUBLISH_PLUGIN
- See Also:
- Constant Field Values
-
-