public final class MavenKBean extends KBean
Modifier and Type | Class and Description |
---|---|
static class |
MavenKBean.JkPomMetadata |
static class |
MavenKBean.JkPublicationOptions |
static class |
MavenKBean.PredefinedRepo |
Modifier and Type | Field and Description |
---|---|
int |
codeIndent |
MavenKBean.JkPublicationOptions |
publication |
Constructor and Description |
---|
MavenKBean() |
Modifier and Type | Method and Description |
---|---|
JkMavenPublication |
getMavenPublication()
Returns the Maven Publication associated with this KBean
|
void |
info() |
protected void |
init()
This method is called by JeKa engine, right after public fields from command-line or properties have been injected.
|
void |
migrateDeps() |
void |
publish() |
void |
publishLocal() |
void |
publishLocalM2() |
cleanOutput, find, getBaseDir, getBaseDirName, getBasePath, getOutputDir, getRunbase, load, toString
public int codeIndent
public final MavenKBean.JkPublicationOptions publication
protected void init()
KBean
Put your initialization/configuration code here.
public void info()
public void publish()
public void publishLocal()
public void publishLocalM2()
public void migrateDeps()
public JkMavenPublication getMavenPublication()