ch.rotscher.maven.plugins
Class InstallWithVersionOverrideMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.plugin.install.AbstractInstallMojo
org.apache.maven.plugin.install.InstallMojo
ch.rotscher.maven.plugins.InstallWithVersionOverrideMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class InstallWithVersionOverrideMojo
- extends org.apache.maven.plugin.install.InstallMojo
extending the original install mojo for the version.override feature
- Author:
- Roger Brechbuehl
| Fields inherited from class org.apache.maven.plugin.install.InstallMojo |
packaging |
| Fields inherited from class org.apache.maven.plugin.install.AbstractInstallMojo |
artifactFactory, createChecksum, digester, installer, localRepository, updateReleaseInfo |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
| Methods inherited from class org.apache.maven.plugin.install.InstallMojo |
setSkip |
| Methods inherited from class org.apache.maven.plugin.install.AbstractInstallMojo |
addMetaDataFilesForArtifact, getLocalRepoFile, getLocalRepoFile, installChecksums, installChecksums |
| Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getLog, getPluginContext, setLog, setPluginContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InstallWithVersionOverrideMojo
public InstallWithVersionOverrideMojo()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
- Specified by:
execute in interface org.apache.maven.plugin.Mojo- Overrides:
execute in class org.apache.maven.plugin.install.InstallMojo
- Throws:
org.apache.maven.plugin.MojoExecutionException
Copyright © 2013. All Rights Reserved.