public class CleanServiceBuilderMojo
extends org.apache.maven.plugin.AbstractMojo
Constructor and Description |
---|
CleanServiceBuilderMojo() |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
void |
setPassword(java.lang.String password)
The user password for connecting to the Liferay database.
|
void |
setPropertiesFile(java.io.File propertiesFile)
The portal-ext.properties file which contains the JDBC settings for
connecting to the Liferay database.
|
void |
setServiceXmlFile(java.io.File serviceXmlFile)
The service.xml file.
|
void |
setServletContextName(java.lang.String servletContextName)
The servlet context name (usually the value of the
\"Bundle-Symbolic-Name\" manifest header) of the module.
|
void |
setUrl(java.lang.String url)
The JDBC URL for connecting to the Liferay database.
|
void |
setUserName(java.lang.String userName)
The user name for connecting to the Liferay database.
|
public void execute() throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
public void setPassword(java.lang.String password)
public void setPropertiesFile(java.io.File propertiesFile) throws java.io.IOException
java.io.IOException
public void setServiceXmlFile(java.io.File serviceXmlFile)
public void setServletContextName(java.lang.String servletContextName)
public void setUrl(java.lang.String url)
public void setUserName(java.lang.String userName)