Package org.apache.maven.plugins.install
Class InstallFileMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.apache.maven.plugins.install.AbstractInstallMojo
-
- org.apache.maven.plugins.install.InstallFileMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="install-file", requiresProject=false, aggregator=true, threadSafe=true) public class InstallFileMojo extends AbstractInstallMojo
Installs a file in the local repository.- Author:
- Brett Porter
-
-
Field Summary
-
Fields inherited from class org.apache.maven.plugins.install.AbstractInstallMojo
repositoryManager, session
-
-
Constructor Summary
Constructors Constructor Description InstallFileMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
-
Methods inherited from class org.apache.maven.plugins.install.AbstractInstallMojo
getLocalRepoFile, getLocalRepoFile
-
-