@Mojo(inheritByDefault=false, name="init") public class InitBundleMojo extends AbstractLiferayMojo
Modifier and Type | Field and Description |
---|---|
protected java.io.File |
cacheDir |
protected java.lang.String |
configs |
protected java.lang.String |
environment |
protected java.lang.String |
password |
protected int |
stripComponents |
protected boolean |
token |
protected java.io.File |
tokenFile |
protected java.net.URL |
url |
protected java.lang.String |
userName |
project
Constructor and Description |
---|
InitBundleMojo() |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
getLiferayHome, getLiferayHomeDir, setLiferayHome
@Parameter(defaultValue="${user.home}/.liferay/bundles") protected java.io.File cacheDir
@Parameter(defaultValue="configs") protected java.lang.String configs
@Parameter(defaultValue="${liferay.workspace.environment}") protected java.lang.String environment
@Parameter protected java.lang.String password
@Parameter(defaultValue="1") protected int stripComponents
@Parameter protected boolean token
@Parameter(defaultValue="${user.home}/.liferay/token") protected java.io.File tokenFile
@Parameter(defaultValue="${liferay.workspace.bundle.url}") protected java.net.URL url
@Parameter protected java.lang.String userName