@Mojo(name="install-plugins", requiresDependencyResolution=COMPILE) public class InstallPluginsMojo extends AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
static String |
PROP_UNPACK_PLUGIN
Set this property in a plugin POM's <properties/> section to determine whether that plugin should be
expanded during installation, or left as a jar file.
|
| Modifier | Constructor and Description |
|---|---|
|
InstallPluginsMojo() |
protected |
InstallPluginsMojo(File eclipseDir,
boolean overwrite,
List dependencyArtifacts,
String pluginDependencyTypes,
ArtifactRepository localRepository,
MavenProjectBuilder projectBuilder,
org.codehaus.plexus.archiver.manager.ArchiverManager archiverManager,
org.codehaus.plexus.components.interactivity.InputHandler inputHandler,
Log log) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Traverse the list of resolved dependency artifacts.
|
getLog, getPluginContext, setLog, setPluginContextpublic static final String PROP_UNPACK_PLUGIN
public InstallPluginsMojo()
protected InstallPluginsMojo(File eclipseDir, boolean overwrite, List dependencyArtifacts, String pluginDependencyTypes, ArtifactRepository localRepository, MavenProjectBuilder projectBuilder, org.codehaus.plexus.archiver.manager.ArchiverManager archiverManager, org.codehaus.plexus.components.interactivity.InputHandler inputHandler, Log log)
public void execute()
throws MojoExecutionException,
MojoFailureException
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.