Package org.wildfly.plugin.core
Class MavenRepositoriesEnricher
- java.lang.Object
-
- org.wildfly.plugin.core.MavenRepositoriesEnricher
-
public class MavenRepositoriesEnricher extends Object
Add required repositories if not present.- Author:
- jdenise
-
-
Field Summary
Fields Modifier and Type Field Description static String
GA_REPO_URL
static String
NEXUS_REPO_URL
-
Constructor Summary
Constructors Constructor Description MavenRepositoriesEnricher()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
enrich(org.apache.maven.execution.MavenSession session, org.apache.maven.project.MavenProject project, List<org.eclipse.aether.repository.RemoteRepository> repositories)
-
-
-
Field Detail
-
GA_REPO_URL
public static final String GA_REPO_URL
- See Also:
- Constant Field Values
-
NEXUS_REPO_URL
public static final String NEXUS_REPO_URL
- See Also:
- Constant Field Values
-
-
Method Detail
-
enrich
public static void enrich(org.apache.maven.execution.MavenSession session, org.apache.maven.project.MavenProject project, List<org.eclipse.aether.repository.RemoteRepository> repositories) throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
-
-