You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2010/04/01 10:05:32 UTC

svn commit: r929880 - /myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/pom.xml

Author: matzew
Date: Thu Apr  1 08:05:32 2010
New Revision: 929880

URL: http://svn.apache.org/viewvc?rev=929880&view=rev
Log:
added some debug info

Modified:
    myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/pom.xml

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/pom.xml?rev=929880&r1=929879&r2=929880&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/pom.xml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/pom.xml Thu Apr  1 08:05:32 2010
@@ -116,6 +116,11 @@
   </build>
 
   <profiles>
+    <!-- To Debug using a remote debugger, issue
+	    "export MAVEN_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=8000"
+	    and then issue
+	    "mvn clean -PjettyConfig jetty:run"
+	    Then connect the remote debugger to localhost:8000 -->
     <profile>
       <id>jettyConfig</id>
       <dependencyManagement>