Author: olamy Date: Fri May 4 13:06:08 2012 New Revision: 1333928 URL: http://svn.apache.org/viewvc?rev=1333928&view=rev Log: [MTOMCAT-150] expose ports used with tomcat7:run as sys props: add javadoc
Modified: tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractRunMojo.java Modified: tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractRunMojo.java URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractRunMojo.java?rev=1333928&r1=1333927&r2=1333928&view=diff ============================================================================== --- tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractRunMojo.java (original) +++ tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractRunMojo.java Fri May 4 13:06:08 2012 @@ -109,6 +109,7 @@ public abstract class AbstractRunMojo /** * The port to run the Tomcat server on. + * Will be exposed as System props and session.executionProperties with key tomcat.maven.http.port * * @parameter expression="${maven.tomcat.port}" default-value="8080" */ @@ -118,6 +119,7 @@ public abstract class AbstractRunMojo * The AJP port to run the Tomcat server on. * By default it's 0 this means won't be started. * The ajp connector will be started only for value > 0. + * Will be exposed as System props and session.executionProperties with key tomcat.maven.ajp.port * * @parameter expression="${maven.tomcat.ajp.port}" default-value="0" * @since 2.0 @@ -143,6 +145,7 @@ public abstract class AbstractRunMojo * The https port to run the Tomcat server on. * By default it's 0 this means won't be started. * The https connector will be started only for value > 0. + * Will be exposed as System props and session.executionProperties with key tomcat.maven.https.port * * @parameter expression="${maven.tomcat.httpsPort}" default-value="0" * @since 1.0 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org