Groovy Documentation

org.gradle.api.plugins
[Java] Class MavenPlugin

java.lang.Object
  org.gradle.api.plugins.MavenPlugin
All Implemented Interfaces:
Plugin

public class MavenPlugin

A Plugin which allows project artifacts to be deployed to a Maven repository, or installed to the local Maven cache.

Authors:
Hans Dockter


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

 
Method Summary
void apply(Project project)

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Field Detail

COMPILE_PRIORITY

public static final int COMPILE_PRIORITY


INSTALL_TASK_NAME

public static final java.lang.String INSTALL_TASK_NAME


PROVIDED_COMPILE_PRIORITY

public static final int PROVIDED_COMPILE_PRIORITY


PROVIDED_RUNTIME_PRIORITY

public static final int PROVIDED_RUNTIME_PRIORITY


RUNTIME_PRIORITY

public static final int RUNTIME_PRIORITY


TEST_COMPILE_PRIORITY

public static final int TEST_COMPILE_PRIORITY


TEST_RUNTIME_PRIORITY

public static final int TEST_RUNTIME_PRIORITY


 
Method Detail

apply

public void apply(Project project)


 

Groovy Documentation