Class PublishTaskTransformerAction
- java.lang.Object
-
- org.jboss.gm.manipulation.actions.PublishTaskTransformerAction
-
- All Implemented Interfaces:
org.gradle.api.Action<org.gradle.api.Project>
public class PublishTaskTransformerAction extends java.lang.Object implements org.gradle.api.Action<org.gradle.api.Project>Fixes pom.xml generation in "maven-publish" plugin.Applies PomTransformer, that overrides dependencies versions according to given configuration, to all maven publications.
-
-
Constructor Summary
Constructors Constructor Description PublishTaskTransformerAction(org.jboss.gm.common.model.ManipulationModel alignmentConfiguration, ResolvedDependenciesRepository resolvedDependenciesRepository)Creates a new publish task transformer action with the given alignment configuration and resolved dependencies repository.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(org.gradle.api.Project project)Executes this publish task transformer action on the given project.
-
-
-
Constructor Detail
-
PublishTaskTransformerAction
public PublishTaskTransformerAction(org.jboss.gm.common.model.ManipulationModel alignmentConfiguration, ResolvedDependenciesRepository resolvedDependenciesRepository)Creates a new publish task transformer action with the given alignment configuration and resolved dependencies repository.- Parameters:
alignmentConfiguration- the alignment configurationresolvedDependenciesRepository- the resolved dependencies repository
-
-