C:\wls12120\wlserver\server\lib>mvn wls:help
[INFO] Scanning for projects...
[INFO]
[INFO] -----------------------------------------------------------------------
[INFO] Building WebLogic Server Maven Plugin 12.1.2.0
[INFO] -----------------------------------------------------------------------
[INFO]
[INFO] --- wls-maven-plugin:12.1.2.0:help (default-cli) @ wls-maven-plugin ---
[INFO]
WebLogic Server Maven Plugin
The following goals are supported by wls-maven-plugin:
appc:
Generates and compiles the classes needed to deploy EJBs and JSPs to
WebLogic Server. Also validates the deployment descriptors for compliance
with the current specifications at both the individual module level and
the application level.
deploy:
Deploys WebLogic Server applications and modules. Supports all deployment
formats, such as WAR, JAR, etc.
create-domain:
Create a domain for WebLogic Server using the default domain template.
For more complex domain creation use the WLST goal.
[INFO] Building MavenWebStruts Maven Webapp 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- wls-maven-plugin:12.1.2.0:help (default-cli) @ MavenWebStruts ---
[INFO]
WebLogic Server Maven Plugin
The following goals are supported by wls-maven-plugin:
appc:
Generates and compiles the classes needed to deploy EJBs and JSPs to
WebLogic Server. Also validates the deployment descriptors for compliance
with the current specifications at both the individual module level and
the application level.
deploy:
Deploys WebLogic Server applications and modules. Supports all deployment
formats, such as WAR, JAR, etc.
create-domain:
Create a domain for WebLogic Server using the default domain template.
For more complex domain creation use the WLST goal.
help:
Lists all the goals supported by the wls-maven-plugin.
install:
Installs WebLogic Server.
list-apps:
Lists the deployment names for applications and standalone modules
deployed, distributed, or installed in the domain.
redeploy:
Redeploys a running application or part of a running application.
start-app:
Starts an application deployed on WebLogic Server.
start-server:
Starts WebLogic Server.
stop-app:
Stops an application.
stop-server:
Stops WebLogic Server.
undeploy:
Undeploys the application from WebLogic Server. Stops the deployment unit
and removes staged files from target servers.
update-app:
Updates an application's deployment plan by redistributing the plan files
and reconfiguring the application based on the new plan contents.
wlst:
WLST wrapper for Maven.
ws-clientgen:
A Maven goal to generate client web service artifacts from a WSDL
ws-wsdlc:
A Maven goal to generate a set of artifacts and a partial Java
implementation of the Web service from a WSDL.
ws-jwsc:
A Maven goal to build a JAX-WS web service
For detailed help on a goal, use -Dgoal= -Ddetail=true options.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.796 s
[INFO] Finished at: 2015-08-27T15:50:03-05:00
[INFO] Final Memory: 6M/112M
[INFO] ------------------------------------------------------------------------