diff --git a/dev-tools/maven/solr/webapp/pom.xml.template b/dev-tools/maven/solr/webapp/pom.xml.template index 1a9ac36bcfe..a3b7b0f0e63 100644 --- a/dev-tools/maven/solr/webapp/pom.xml.template +++ b/dev-tools/maven/solr/webapp/pom.xml.template @@ -87,22 +87,21 @@ + org.mortbay.jetty maven-jetty-plugin 10 - - - 8080 - 60000 - - - / - - web - + /solr + web + + + solr.solr.home + ../example/solr + + diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 62a295c2179..1954f7ea3cb 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -480,6 +480,9 @@ Bug Fixes * SOLR-2542: Fixed DIH Context variables which were broken for all scopes other then SCOPE_ENTITY (Linbin Chen & Frank Wesemann via hossman) + +* SOLR-3042: Fixed Maven Jetty plugin configuration. + (David Smiley via Steve Rowe) Other Changes ----------------------