public class MavenPlugin extends Object implements Plugin<org.gradle.api.internal.project.ProjectInternal>
A Plugin which allows project artifacts to be deployed to a Maven repository, or installed
 to the local Maven cache.
| Modifier and Type | Field and Description | 
|---|---|
| static int | COMPILE_PRIORITY | 
| static String | INSTALL_TASK_NAME | 
| static int | PROVIDED_COMPILE_PRIORITY | 
| static int | PROVIDED_RUNTIME_PRIORITY | 
| static int | RUNTIME_PRIORITY | 
| static int | TEST_COMPILE_PRIORITY | 
| static int | TEST_RUNTIME_PRIORITY | 
| Constructor and Description | 
|---|
| MavenPlugin(org.gradle.internal.Factory<org.gradle.internal.logging.LoggingManagerInternal> loggingManagerFactory,
           org.gradle.api.internal.file.FileResolver fileResolver,
           org.gradle.api.internal.artifacts.ivyservice.projectmodule.ProjectPublicationRegistry publicationRegistry,
           org.gradle.configuration.project.ProjectConfigurationActionContainer configurationActionContainer,
           org.gradle.api.internal.artifacts.mvnsettings.MavenSettingsProvider mavenSettingsProvider,
           org.gradle.api.internal.artifacts.mvnsettings.LocalMavenRepositoryLocator mavenRepositoryLocator) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | apply(org.gradle.api.internal.project.ProjectInternal project)Apply this plugin to the given target object. | 
public static final int COMPILE_PRIORITY
public static final int RUNTIME_PRIORITY
public static final int TEST_COMPILE_PRIORITY
public static final int TEST_RUNTIME_PRIORITY
public static final int PROVIDED_COMPILE_PRIORITY
public static final int PROVIDED_RUNTIME_PRIORITY
public static final String INSTALL_TASK_NAME
@Inject
public MavenPlugin(org.gradle.internal.Factory<org.gradle.internal.logging.LoggingManagerInternal> loggingManagerFactory,
                  org.gradle.api.internal.file.FileResolver fileResolver,
                  org.gradle.api.internal.artifacts.ivyservice.projectmodule.ProjectPublicationRegistry publicationRegistry,
                  org.gradle.configuration.project.ProjectConfigurationActionContainer configurationActionContainer,
                  org.gradle.api.internal.artifacts.mvnsettings.MavenSettingsProvider mavenSettingsProvider,
                  org.gradle.api.internal.artifacts.mvnsettings.LocalMavenRepositoryLocator mavenRepositoryLocator)