You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2006/10/06 04:28:43 UTC

svn commit: r453470 - /geronimo/server/trunk/pom.xml

Author: jdillon
Date: Thu Oct  5 19:28:42 2006
New Revision: 453470

URL: http://svn.apache.org/viewvc?view=rev&rev=453470
Log:
Add a "debug" option set for g-m-p usage

Modified:
    geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?view=diff&rev=453470&r1=453469&r2=453470
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Thu Oct  5 19:28:42 2006
@@ -1028,6 +1028,16 @@
                         </assemblies>
 
                         <defaultAssemblyId>jetty</defaultAssemblyId>
+                        
+                        <optionSets>
+                            <optionSet>
+                                <id>debug</id>
+                                <options>
+                                    <option>-Xdebug</option>
+                                    <option>-Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n</option>
+                                </options>
+                            </optionSet>
+                        </optionSets>
                     </configuration>
                 </plugin>
             </plugins>