|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.gradle.api.plugins.MavenPlugin
public class MavenPlugin
A 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 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(Factory loggingManagerFactory, FileResolver fileResolver)
|
|
| Method Summary | |
|---|---|
void
|
apply(ProjectInternal project)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
public static final int COMPILE_PRIORITY
public static final String INSTALL_TASK_NAME
public static final int PROVIDED_COMPILE_PRIORITY
public static final int PROVIDED_RUNTIME_PRIORITY
public static final int RUNTIME_PRIORITY
public static final int TEST_COMPILE_PRIORITY
public static final int TEST_RUNTIME_PRIORITY
| Constructor Detail |
|---|
@Inject public MavenPlugin(Factory loggingManagerFactory, FileResolver fileResolver)
| Method Detail |
|---|
public void apply(ProjectInternal project)
Gradle API 1.5