diff options
-rw-r--r-- | README.txt | 4 | ||||
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp-js/pom.xml | 31 | ||||
-rw-r--r-- | t7-debug.sh | 2 | ||||
-rw-r--r-- | 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 @@ </plugins> </build> - <profiles> - <profile> - <!-- profile for dev an log output in the console --> - <id>dev</id> - <build> - <plugins> - <plugin> - <artifactId>maven-antrun-plugin</artifactId> - <executions> - <execution> - <id>override-log4j-with-console-output</id> - <phase>process-resources</phase> - <goals> - <goal>run</goal> - </goals> - <configuration> - <tasks> - <copy overwrite="true" file="${basedir}/src/test/tomcat/auto-admin-creation.properties" - todir="${project.build.directory}/target/"/> - <copy overwrite="true" file="${basedir}/src/test/tomcat/log4j.xml" - todir="${project.build.outputDirectory}"/> - </tasks> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> - </profile> - </profiles> - </project> 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 $@ @@ -1,2 +1,2 @@ set -x -mvn tomcat7:run -pl :archiva-webapp-js -am -Pdev $@ +mvn tomcat7:run -pl :archiva-webapp-js -am $@ |