? jboss/src/plugin-resources/debug ? jboss/src/plugin-resources/debug.bat Index: jboss/plugin.jelly =================================================================== RCS file: /home/cvspublic/maven-plugins/jboss/plugin.jelly,v retrieving revision 1.19 diff -u -r1.19 plugin.jelly --- jboss/plugin.jelly 4 Mar 2004 18:35:59 -0000 1.19 +++ jboss/plugin.jelly 11 Jun 2004 11:11:08 -0000 @@ -87,6 +87,8 @@ + + Index: jboss/plugin.properties =================================================================== RCS file: /home/cvspublic/maven-plugins/jboss/plugin.properties,v retrieving revision 1.8 diff -u -r1.8 plugin.properties --- jboss/plugin.properties 27 Apr 2004 19:16:02 -0000 1.8 +++ jboss/plugin.properties 11 Jun 2004 11:11:08 -0000 @@ -77,6 +77,10 @@ # JBoss version maven.jboss.version=3.2 +# JBoss debug port +maven.jboss.debug.port=4142 + + # --------------------------------------------------------------------------- # Note: The properties listed below are only needed for the deploy/undeploy # goals Index: jboss/xdocs/properties.xml =================================================================== RCS file: /home/cvspublic/maven-plugins/jboss/xdocs/properties.xml,v retrieving revision 1.7 diff -u -r1.7 properties.xml --- jboss/xdocs/properties.xml 27 Apr 2004 19:09:25 -0000 1.7 +++ jboss/xdocs/properties.xml 11 Jun 2004 11:11:08 -0000 @@ -173,6 +173,18 @@

+ + maven.jboss.debug.port + Yes + +

+ The port to connect to or the shared mem address to use in + the debug scripts. This property + defaults to 4142. +

+ + +