Class ScmCheckModificationsPhase
java.lang.Object
org.apache.maven.shared.release.phase.AbstractReleasePhase
org.apache.maven.shared.release.phase.ScmCheckModificationsPhase
- All Implemented Interfaces:
ReleasePhase
@Singleton
@Named("scm-check-modifications")
public class ScmCheckModificationsPhase
extends AbstractReleasePhase
See if there are any local modifications to the files before proceeding with SCM operations and the release.
- Author:
- Brett Porter
-
Constructor Summary
ConstructorDescriptionScmCheckModificationsPhase
(ScmRepositoryConfigurator scmRepositoryConfigurator, Map<String, ScmTranslator> scmTranslators) -
Method Summary
Modifier and TypeMethodDescriptionexecute
(ReleaseDescriptor releaseDescriptor, ReleaseEnvironment releaseEnvironment, List<org.apache.maven.project.MavenProject> reactorProjects) simulate
(ReleaseDescriptor releaseDescriptor, ReleaseEnvironment releaseEnvironment, List<org.apache.maven.project.MavenProject> reactorProjects) Methods inherited from class org.apache.maven.shared.release.phase.AbstractReleasePhase
getLogger, getReleaseResultSuccess, logDebug, logDebug, logError, logInfo, logWarn
-
Constructor Details
-
Method Details