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:
vmassol
2003-06-21 10:52:42 +00:00
parent d51b35af68
commit e95b6675bc
6 changed files with 45 additions and 0 deletions

8
jboss/src/plugin-resources/run Executable file
View 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@

View 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@

View 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@

View 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@

View 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

View 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