@ -1,11 +0,0 @@
@echo off
echo [INFO] Use maven jetty-plugin run the project.
cd %~dp0
cd ..
set MAVEN_OPTS=%MAVEN_OPTS% -XX:MaxPermSize=128m
call mvn jetty:run -Djetty.port=8080
cd bin
pause
#!/bin/bash
echo "[INFO] Use maven jetty-plugin run the project."
mvn jetty:run -Djetty.port=8080
@ -1,8 +0,0 @@
echo [INFO] Package the war in target dir.
call mvn clean package -Dmaven.test.skip=true
@ -1,9 +0,0 @@
echo "[INFO] Package the war in target dir."
mvn clean package -Dmaven.test.skip=true
@ -1,10 +0,0 @@
echo [INFO] Re-create the schema and provision the sample data.
call mvn antrun:run -Prefresh-db
echo "[INFO] Re-create the schema and provision the sample data."
mvn antrun:run -Prefresh-db
echo [INFO] run smoking functional test.
call mvn clean test -Pfunctional-test,run-smoke
echo "[INFO] run smoking functional test."
mvn clean test -Pfunctional-test,run-smoke