public class FrameworkDependenciesMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
String |
pluginsDirectory |
org.apache.maven.project.MavenProject |
project |
protected List<org.eclipse.aether.repository.RemoteRepository> |
projectRepos
The project's remote repositories to use for the resolution of project
dependencies.
|
protected org.eclipse.aether.RepositorySystemSession |
repoSession
The current repository/network configuration of Maven.
|
protected org.eclipse.aether.RepositorySystem |
repoSystem
The entry point to Aether, i.e.
|
| Constructor and Description |
|---|
FrameworkDependenciesMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
public org.apache.maven.project.MavenProject project
public String pluginsDirectory
protected List<org.eclipse.aether.repository.RemoteRepository> projectRepos
protected org.eclipse.aether.RepositorySystem repoSystem
protected org.eclipse.aether.RepositorySystemSession repoSession
Copyright © 2014. All rights reserved.