org.exoplatform.maven.plugin.exobuild.resolvers
Class ResolveDependenciesMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.exoplatform.maven.plugin.exobuild.AbstractDependencyMojo
org.exoplatform.maven.plugin.exobuild.AbstractDependencyFilterMojo
org.exoplatform.maven.plugin.exobuild.AbstractResolveMojo
org.exoplatform.maven.plugin.exobuild.resolvers.ResolveDependenciesMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class ResolveDependenciesMojo
- extends AbstractResolveMojo
Goal that resolves the project dependencies from the repository.
- Since:
- 2.0
- Version:
- $Id: ResolveDependenciesMojo.java 728546 2008-12-21 22:56:51Z bentmann $
- Author:
- Brian Fox
|
Field Summary |
protected boolean |
outputScope
If we should display the scope when resolving |
| Fields inherited from class org.exoplatform.maven.plugin.exobuild.AbstractDependencyFilterMojo |
classifier, excludeArtifactIds, excludeClassifiers, excludeGroupIds, excludeScope, excludeTransitive, excludeTypes, includeArtifactIds, includeClassifiers, includeGroupIds, includeScope, includeTypes, markersDirectory, overWriteIfNewer, overWriteReleases, overWriteSnapshots, type |
| Fields inherited from class org.exoplatform.maven.plugin.exobuild.AbstractDependencyMojo |
archiverManager, artifactCollector, artifactMetadataSource, factory, local, outputAbsoluteArtifactFilename, project, reactorProjects, remoteRepos, resolver, silent |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
| Methods inherited from class org.exoplatform.maven.plugin.exobuild.AbstractDependencyMojo |
copyFile, getArchiverManager, getArtifactCollector, getArtifactMetadataSource, getFactory, getLocal, getLog, getProject, getRemoteRepos, getResolver, setArchiverManager, setArtifactCollector, setArtifactMetadataSource, setFactory, setLocal, setRemoteRepos, setResolver, unpack, unpack |
| Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getPluginContext, setLog, setPluginContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
outputScope
protected boolean outputScope
- If we should display the scope when resolving
- Since:
- 2.0-alpha-2
ResolveDependenciesMojo
public ResolveDependenciesMojo()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
- Main entry into mojo. Gets the list of dependencies and iterates through displaying the resolved version.
- Throws:
org.apache.maven.plugin.MojoExecutionException - with a message if an error occurs.
getResults
public DependencyStatusSets getResults()
- Returns:
- Returns the results.
getMarkedArtifactFilter
protected org.apache.maven.shared.artifact.filter.collection.ArtifactsFilter getMarkedArtifactFilter()
- Specified by:
getMarkedArtifactFilter in class AbstractDependencyFilterMojo
Copyright © 2009 eXo Platform SAS. All Rights Reserved.