public class NexusJkBean extends JkBean
Modifier and Type | Field and Description |
---|---|
boolean |
closeAndRelease |
java.lang.String |
profileNamesFilter |
Constructor and Description |
---|
NexusJkBean() |
Modifier and Type | Method and Description |
---|---|
void |
closeAndOrRelease() |
static void |
configureForFirstRemoteRepo(JkProject project,
java.lang.String... profileNames) |
static void |
configureForOSSRHRepo(JkProject project,
java.lang.String... profileNames) |
static void |
configureForRepo(JkProject project,
JkNexusRepos nexusRepos,
java.lang.String... profileNames) |
static void |
configureForRepo(JkProject project,
JkRepo repo,
java.lang.String... profileNames) |
protected void |
postInit() |
clean, getBaseDir, getImportedJkBeans, getOutputDir, getRuntime, help, init, toString
public boolean closeAndRelease
public java.lang.String profileNamesFilter
protected void postInit() throws java.lang.Exception
public void closeAndOrRelease()
public static void configureForOSSRHRepo(JkProject project, java.lang.String... profileNames)
public static void configureForFirstRemoteRepo(JkProject project, java.lang.String... profileNames)
public static void configureForRepo(JkProject project, JkRepo repo, java.lang.String... profileNames)
public static void configureForRepo(JkProject project, JkNexusRepos nexusRepos, java.lang.String... profileNames)