diff options
author | Joakim Erdfelt <joakime@apache.org> | 2006-11-20 22:44:14 +0000 |
---|---|---|
committer | Joakim Erdfelt <joakime@apache.org> | 2006-11-20 22:44:14 +0000 |
commit | 3c931712c57c18e560cd98125875a4aeb7ad12dc (patch) | |
tree | 7aa742971ada922dd17721b0e13f6061543e0eed | |
parent | 73754c1d095d51bd1097fc8c73d8ee44d6f0610d (diff) | |
download | archiva-3c931712c57c18e560cd98125875a4aeb7ad12dc.tar.gz archiva-3c931712c57c18e560cd98125875a4aeb7ad12dc.zip |
Undoing contextPath setting in jetty:run configuration.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@477383 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | archiva-webapp/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archiva-webapp/pom.xml b/archiva-webapp/pom.xml index 5c21ef680..b9c2acd68 100644 --- a/archiva-webapp/pom.xml +++ b/archiva-webapp/pom.xml @@ -284,7 +284,7 @@ <artifactId>maven-jetty-plugin</artifactId> <configuration> <scanIntervalSeconds>10</scanIntervalSeconds> - <contextPath>/archiva-1.0</contextPath> + <contextPath>/</contextPath> <jettyEnvXml>src/jetty-env.xml</jettyEnvXml> <connectors> <connector implementation="org.mortbay.jetty.nio.SelectChannelConnector"> |