From 092e643a345f9545ffefb1a42a23fbfef22a0576 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Mon, 10 Sep 2012 07:37:29 +0000 Subject: [PATCH] -Pdev not anymore needed git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1382671 13f79535-47bb-0310-9956-ffa450edef68 --- README.txt | 4 +-- .../archiva-web/archiva-webapp-js/pom.xml | 31 ------------------- t7-debug.sh | 2 +- t7.sh | 2 +- 4 files changed, 4 insertions(+), 35 deletions(-) diff --git a/README.txt b/README.txt index b366f1af7..1c4154ae1 100644 --- a/README.txt +++ b/README.txt @@ -22,9 +22,9 @@ export MAVEN_OPTS="-Xmx768m -Xms768m -XX:MaxPermSize=256m" Running webapp full js ======================== As webapp js is in dev and won't probably be released soon, the module is not activated by default and it's included only in a profile -mvn tomcat7:run -pl :archiva-webapp-js -am -Pdev (to save fingers :-) use sh ./t7.sh ) +mvn tomcat7:run -pl :archiva-webapp-js -am (to save fingers :-) use sh ./t7.sh ) or -mvn tomcat6:run -pl :archiva-webapp-js -am -Pdev +mvn tomcat6:run -pl :archiva-webapp-js -am hit your browser: http://localhost:9091/archiva/index.html diff --git a/archiva-modules/archiva-web/archiva-webapp-js/pom.xml b/archiva-modules/archiva-web/archiva-webapp-js/pom.xml index 5a16f22e5..2a1f1aa84 100644 --- a/archiva-modules/archiva-web/archiva-webapp-js/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp-js/pom.xml @@ -1014,35 +1014,4 @@ - - - - dev - - - - maven-antrun-plugin - - - override-log4j-with-console-output - process-resources - - run - - - - - - - - - - - - - - - diff --git a/t7-debug.sh b/t7-debug.sh index 741781a61..dd42c220e 100644 --- a/t7-debug.sh +++ b/t7-debug.sh @@ -1,2 +1,2 @@ set -x -mvnDebug tomcat7:run -pl :archiva-webapp-js -am -Pdev $@ +mvnDebug tomcat7:run -pl :archiva-webapp-js -am $@ diff --git a/t7.sh b/t7.sh index ad1c5b9e2..265abe829 100644 --- a/t7.sh +++ b/t7.sh @@ -1,2 +1,2 @@ set -x -mvn tomcat7:run -pl :archiva-webapp-js -am -Pdev $@ +mvn tomcat7:run -pl :archiva-webapp-js -am $@ -- 2.39.5