Class MavenUtils
java.lang.Object
com.aeontronix.enhancedmule.tools.util.MavenUtils
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddRepositoryUsernamePassword(org.eclipse.aether.repository.AuthenticationSelector authenticationSelector, String id, String username, MavenUtils.SecretResolver secretResolver) static FilegetProjectJar(org.apache.maven.project.MavenProject project) static booleanisTemplateOrExample(org.apache.maven.project.MavenProject project)
-
Constructor Details
-
MavenUtils
public MavenUtils()
-
-
Method Details
-
getProjectJar
public static File getProjectJar(org.apache.maven.project.MavenProject project) throws org.apache.maven.plugin.MojoExecutionException - Throws:
org.apache.maven.plugin.MojoExecutionException
-
isTemplateOrExample
public static boolean isTemplateOrExample(org.apache.maven.project.MavenProject project) -
addRepositoryUsernamePassword
public static void addRepositoryUsernamePassword(org.eclipse.aether.repository.AuthenticationSelector authenticationSelector, String id, String username, MavenUtils.SecretResolver secretResolver) throws ClassNotFoundException, NoSuchMethodException, IllegalAccessException, InvocationTargetException, InstantiationException
-