You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by an...@apache.org on 2014/08/12 16:34:58 UTC

svn commit: r1617491 - /tomee/site/trunk/content/maven/tomee-maven-plugin.mdtext

Author: andygumbrecht
Date: Tue Aug 12 14:34:57 2014
New Revision: 1617491

URL: http://svn.apache.org/r1617491
Log:
Really no tables?

Modified:
    tomee/site/trunk/content/maven/tomee-maven-plugin.mdtext

Modified: tomee/site/trunk/content/maven/tomee-maven-plugin.mdtext
URL: http://svn.apache.org/viewvc/tomee/site/trunk/content/maven/tomee-maven-plugin.mdtext?rev=1617491&r1=1617490&r2=1617491&view=diff
==============================================================================
--- tomee/site/trunk/content/maven/tomee-maven-plugin.mdtext (original)
+++ tomee/site/trunk/content/maven/tomee-maven-plugin.mdtext Tue Aug 12 14:34:57 2014
@@ -78,6 +78,21 @@ data. List deployed EJB in a running Tom
 | [tomee:stop](stop-mojo.html) 	| Stop a TomEE started with start command. 	|
 | [tomee:undeploy](undeploy-mojo.html) 	| Undeploy an application in a running TomEE. 	|
 
+| [tomee:build](build-mojo.html) | Create TomEE, but do not run it.                                                                                   |
+|--------------------------------|--------------------------------------------------------------------------------------------------------------------|
+| tomee:configtest               | Run the Apache Tomcat configtest command.                                                                          |
+| tomee:debug                    | Same as run but with debug activated on the default or specified port.                                             |
+| tomee:deploy                   | Deploy an application in a running TomEE.                                                                          |
+| tomee:exec                     | Undocumented.                                                                                                      |
+| tomee:help                     | Display help information on tomee-maven-plugin.                                                                    |
+|                                |                                                                                                                    |
+|                                | Call mvn tomee:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.                                 |
+| tomee:list                     | Largely inspired by the OpenEJB command helper, but with some differences. List deployed EJB's in a running TomEE. |
+| tomee:run                      | Start and wait for TomEE.                                                                                          |
+| tomee:start                    | Start TomEE and continue.                                                                                          |
+| tomee:stop                     | Stop a TomEE started with start command.                                                                           |
+| tomee:undeploy                 | Undeploy an application in a running TomEE.                                                                        |
+
 
 Note that for the tomee:deploy and tomee:undeploy goals, the path can either be specified within the <configuration/> section of the `pom.xml` using the <path> parameter, or it can be passed via the user property tomee-plugin.archive. If a relative path is passed for the deploy path archive, this must be relative to the TomEE server.