You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2013/04/03 17:25:58 UTC

svn commit: r1464069 - /myfaces/tobago/trunk/tobago-example/pom.xml

Author: lofwyr
Date: Wed Apr  3 15:25:57 2013
New Revision: 1464069

URL: http://svn.apache.org/r1464069
Log:
debug option

Modified:
    myfaces/tobago/trunk/tobago-example/pom.xml

Modified: myfaces/tobago/trunk/tobago-example/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/pom.xml?rev=1464069&r1=1464068&r2=1464069&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/pom.xml Wed Apr  3 15:25:57 2013
@@ -50,6 +50,8 @@
           <serverHome>${wlp.directory}/wlp</serverHome>
           <appArchive>${project.build.directory}/${project.build.finalName}.war</appArchive>
           <serverName>tobago</serverName>
+          <!-- default debugging port is 7777 -->
+          <!--<debug>true</debug>-->
         </configuration>
       </plugin>
     </plugins>