Author: olamy
Date: Tue Apr 10 23:23:17 2012
New Revision: 1312038
URL: http://svn.apache.org/viewvc?rev=1312038&view=rev
Log:
add javadoc
Modified:
tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/ExecWarMojo.java
Modified:
tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/ExecWarMojo.java
URL:
http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/ExecWarMojo.java?rev=1312038&r1=1312037&r2=1312038&view=diff
==============================================================================
---
tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/ExecWarMojo.java
(original)
+++
tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/ExecWarMojo.java
Tue Apr 10 23:23:17 2012
@@ -19,6 +19,10 @@ package org.apache.tomcat.maven.plugin.t
*/
/**
+ * <p>This mojo will create a self executable jar file containing all tomcat
classes.</p>
+ * <p>So you will be able to use only: java -jar createjar.jar to run your
webapp without need
+ * to install an Apache Tomcat instance.</p>
+ * <p>More details here: <a
href="http://tomcat.apache.org/maven-plugin-2.0-beta-1/executable-war-jar.html">http://tomcat.apache.org/maven-plugin-2.0-beta-1/executable-war-jar.html</a></p>
* @author Olivier Lamy
* @goal exec-war
* @execute phase="package"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]