|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.gradle.api.plugins.MavenPlugin
class MavenPlugin
A org.gradle.api.Plugin which allows project artifacts to be deployed to a Maven repository, or installed to the local Maven cache.
| Field Summary | |
|---|---|
static int |
COMPILE_PRIORITY
|
static java.lang.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 Summary | |
MavenPlugin()
|
|
| Method Summary | |
|---|---|
void
|
use(Project project, ProjectPluginsContainer plugins)
|
| Methods inherited from class java.lang.Object | |
|---|---|
| wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
| Field Detail |
|---|
static final int COMPILE_PRIORITY
static final java.lang.String INSTALL_TASK_NAME
static final int PROVIDED_COMPILE_PRIORITY
static final int PROVIDED_RUNTIME_PRIORITY
static final int RUNTIME_PRIORITY
static final int TEST_COMPILE_PRIORITY
static final int TEST_RUNTIME_PRIORITY
| Constructor Detail |
|---|
MavenPlugin()
| Method Detail |
|---|
public void use(Project project, ProjectPluginsContainer plugins)
Groovy Documentation