|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gradle.api.plugins.MavenPluginConvention
public class MavenPluginConvention extends Object
Properties and methods added by the MavenPlugin.
Constructor Summary | |
MavenPluginConvention(org.gradle.api.internal.project.ProjectInternal project, org.gradle.api.publication.maven.internal.MavenFactory mavenFactory)
|
Method Summary | |
---|---|
Conf2ScopeMappingContainer
|
getConf2ScopeMappings()
Returns the set of rules for how to map Gradle dependencies to Maven scopes. |
File
|
getMavenPomDir()
Returns the directory to generate Maven POMs into. |
File
|
getPomDir()
Returns the directory to generate Maven POMs into. |
String
|
getPomDirName()
Returns the name of the directory to generate Maven POMs into, relative to the build directory. |
MavenPom
|
pom()
Creates a new MavenPom. |
MavenPom
|
pom(Closure configureClosure)
Creates and configures a new MavenPom. |
void
|
setConf2ScopeMappings(Conf2ScopeMappingContainer conf2ScopeMappings)
|
void
|
setMavenPomDir(Object pomDir)
Sets the directory to generate Maven POMs into. |
void
|
setPomDirName(String pomDirName)
Sets the name of the directory to generate Maven POMs into, relative to the build directory. |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail |
---|
public MavenPluginConvention(org.gradle.api.internal.project.ProjectInternal project, org.gradle.api.publication.maven.internal.MavenFactory mavenFactory)
Method Detail |
---|
public Conf2ScopeMappingContainer getConf2ScopeMappings()
public File getMavenPomDir()
@Deprecated public File getPomDir()
@Deprecated public String getPomDirName()
public MavenPom pom()
public MavenPom pom(Closure configureClosure)
configureClosure
- The closure to use to configure the POM instance.
public void setConf2ScopeMappings(Conf2ScopeMappingContainer conf2ScopeMappings)
public void setMavenPomDir(Object pomDir)
pomDir
- The new POM directory. Evaluated as for Project.file.
@Deprecated public void setPomDirName(String pomDirName)
Gradle API 1.0-milestone-8