Groovy Documentation

org.gradle.api.plugins
Class MavenPlugin

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

class MavenPlugin
extends java.lang.Object

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

author:
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

 
Constructor Summary
MavenPlugin()

 
Method Summary
void use(Project project, ProjectPluginsContainer plugins)

 
Methods inherited from class java.lang.Object
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll
 

Field Detail

COMPILE_PRIORITY

static final int COMPILE_PRIORITY


INSTALL_TASK_NAME

static final java.lang.String INSTALL_TASK_NAME


PROVIDED_COMPILE_PRIORITY

static final int PROVIDED_COMPILE_PRIORITY


PROVIDED_RUNTIME_PRIORITY

static final int PROVIDED_RUNTIME_PRIORITY


RUNTIME_PRIORITY

static final int RUNTIME_PRIORITY


TEST_COMPILE_PRIORITY

static final int TEST_COMPILE_PRIORITY


TEST_RUNTIME_PRIORITY

static final int TEST_RUNTIME_PRIORITY


 
Constructor Detail

MavenPlugin

MavenPlugin()


 
Method Detail

use

public void use(Project project, ProjectPluginsContainer plugins)


 

Groovy Documentation