Added scripts that are packaged in the jboss zip to start/stop jboss~
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113526 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
8
jboss/src/plugin-resources/run
Executable file
8
jboss/src/plugin-resources/run
Executable file
@@ -0,0 +1,8 @@
|
||||
#! /bin/sh
|
||||
# ----------------------------------------------------------------------------
|
||||
# Default JBoss start up shell script. It calls the default script found
|
||||
# in JBOSS_HOME/bin.
|
||||
# ----------------------------------------------------------------------------
|
||||
|
||||
JAVA_OPTS="-Djboss.server.home.dir=@jboss.server.home.dir@ -Djboss.server.home.url=@jboss.server.home.url@"
|
||||
@maven.jboss.home@/bin/run -c @maven.jboss.conf.name@
|
||||
7
jboss/src/plugin-resources/run.bat
Executable file
7
jboss/src/plugin-resources/run.bat
Executable file
@@ -0,0 +1,7 @@
|
||||
@REM ----------------------------------------------------------------------------
|
||||
@REM Default JBoss start up batch script. It calls the default script found
|
||||
@REM in JBOSS_HOME/bin.
|
||||
@REM ----------------------------------------------------------------------------
|
||||
|
||||
@set JAVA_OPTS="-Djboss.server.home.dir=@jboss.server.home.dir@" "-Djboss.server.home.url=@jboss.server.home.url@"
|
||||
@call @maven.jboss.home@\bin\run.bat -c @maven.jboss.conf.name@
|
||||
7
jboss/src/plugin-resources/shutdown.3.0
Executable file
7
jboss/src/plugin-resources/shutdown.3.0
Executable file
@@ -0,0 +1,7 @@
|
||||
#! /bin/sh
|
||||
# ----------------------------------------------------------------------------
|
||||
# Default JBoss shutdown shell script. It calls the default script found
|
||||
# in JBOSS_HOME/bin.
|
||||
# ----------------------------------------------------------------------------
|
||||
|
||||
@maven.jboss.home@/bin/shutdown @maven.jboss.hostname@
|
||||
8
jboss/src/plugin-resources/shutdown.3.0.bat
Executable file
8
jboss/src/plugin-resources/shutdown.3.0.bat
Executable file
@@ -0,0 +1,8 @@
|
||||
@echo off
|
||||
REM ----------------------------------------------------------------------------
|
||||
REM Default JBoss shutdown batch script. It calls the default script found
|
||||
REM in JBOSS_HOME/bin.
|
||||
REM ----------------------------------------------------------------------------
|
||||
|
||||
call @maven.jboss.home@\bin\shutdown.bat @maven.jboss.hostname@
|
||||
|
||||
7
jboss/src/plugin-resources/shutdown.3.2
Executable file
7
jboss/src/plugin-resources/shutdown.3.2
Executable file
@@ -0,0 +1,7 @@
|
||||
#! /bin/sh
|
||||
# ----------------------------------------------------------------------------
|
||||
# Default JBoss shutdown shell script. It calls the default script found
|
||||
# in JBOSS_HOME/bin.
|
||||
# ----------------------------------------------------------------------------
|
||||
|
||||
@maven.jboss.home@/bin/shutdown -S
|
||||
8
jboss/src/plugin-resources/shutdown.3.2.bat
Executable file
8
jboss/src/plugin-resources/shutdown.3.2.bat
Executable file
@@ -0,0 +1,8 @@
|
||||
@echo off
|
||||
REM ----------------------------------------------------------------------------
|
||||
REM Default JBoss shutdown batch script. It calls the default script found
|
||||
REM in JBOSS_HOME/bin.
|
||||
REM ----------------------------------------------------------------------------
|
||||
|
||||
call @maven.jboss.home@\bin\shutdown.bat -S
|
||||
|
||||
Reference in New Issue
Block a user