Class NextMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- com.github.danielflower.mavenplugins.release.BaseMojo
-
- com.github.danielflower.mavenplugins.release.NextMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="next", requiresDirectInvocation=true, inheritByDefault=true, requiresProject=true, aggregator=true) public class NextMojo extends BaseMojoLogs the versions of the modules that the releaser will release on the next release. Does not run the build nor tag the repo.- Since:
- 1.4.0
-
-
Field Summary
-
Fields inherited from class com.github.danielflower.mavenplugins.release.BaseMojo
arguments, artifactResolver, buildNumber, factory, localRepository, modulesToForceRelease, modulesToRelease, noChangesAction, project, projects, pullTags, remoteRepositories, versionNamer
-
-
Constructor Summary
Constructors Constructor Description NextMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()-
Methods inherited from class com.github.danielflower.mavenplugins.release.BaseMojo
configureJsch, getCredentialsProvider, getRemoteUrlOrNullIfNoneSet
-
-