Index: pom.xml =================================================================== --- pom.xml (revision 2399) +++ pom.xml (working copy) @@ -122,23 +122,6 @@ src/test/java target/classes target/test-classes - - - org.apache.maven.wagon - wagon-ssh-external - ${maven-wagon-version} - - - org.apache.maven.wagon - wagon-ssh - ${maven-wagon-version} - - - org.apache.maven.wagon - wagon-webdav - ${maven-wagon-version} - - install @@ -160,12 +143,7 @@ 1.4 - - maven-release-plugin - - https://svn.codehaus.org/jetty/jetty/tags - - + org.apache.maven.plugins @@ -176,44 +154,14 @@ development ${pom.url} - ${pom.version} + org.mortbay - - true - org.apache.maven.plugins - maven-source-plugin - - - attach-sources - - jar - - - - - - @@ -236,43 +184,43 @@ modules/jetty modules/jsp-api-2.1 modules/jsp-2.1 - modules/jsp-api-2.0 - modules/jsp-2.0 - modules/management + + + modules/start - modules/maven-plugin - modules/jspc-maven-plugin + + modules/naming - modules/plus + modules/html - modules/annotations + - extras/servlet-tester - extras/xbean - extras/spring - extras/sslengine - extras/ajp - extras/win32service + extras/servlet-tester + + + extras/sslengine + extras/ajp + - extras/threadpool - extras/client + + examples/test-webapp - examples/test-jaas-webapp - examples/test-jndi-webapp - examples/embedded - - examples/tests + + + + + contrib/cometd - contrib/jetty-ant + contrib/jetty-rewrite-handler - extras/setuid + @@ -368,6 +316,5 @@ 1.3.1 1.4.0 2.2 - 1.0-beta-2 Index: modules/plus/pom.xml =================================================================== --- modules/plus/pom.xml (revision 2399) +++ modules/plus/pom.xml (working copy) @@ -61,6 +61,7 @@ + Index: modules/jsp-2.1/pom.xml =================================================================== --- modules/jsp-2.1/pom.xml (revision 2399) +++ modules/jsp-2.1/pom.xml (working copy) @@ -87,8 +87,7 @@ - org.codehaus.mojo - dependency-maven-plugin + maven-dependency-plugin install @@ -113,6 +113,7 @@ + Index: modules/annotations/pom.xml =================================================================== --- modules/annotations/pom.xml (revision 2399) +++ modules/annotations/pom.xml (working copy) @@ -56,6 +56,7 @@ + maven-dependency-plugin Index: modules/servlet-api-2.5/pom.xml =================================================================== --- modules/servlet-api-2.5/pom.xml (revision 2399) +++ modules/servlet-api-2.5/pom.xml (working copy) @@ -66,6 +66,7 @@ + Index: modules/jetty/pom.xml =================================================================== --- modules/jetty/pom.xml (revision 2399) +++ modules/jetty/pom.xml (working copy) @@ -58,6 +58,7 @@ + Index: modules/jsp-api-2.1/pom.xml =================================================================== --- modules/jsp-api-2.1/pom.xml (revision 2399) +++ modules/jsp-api-2.1/pom.xml (working copy) @@ -75,6 +75,7 @@ + Index: modules/naming/pom.xml =================================================================== --- modules/naming/pom.xml (revision 2399) +++ modules/naming/pom.xml (working copy) @@ -60,6 +60,7 @@ + @@ -123,9 +126,18 @@ org.mortbay.jetty + servlet-api-2.5 + ${project.version} + + + org.mortbay.jetty + jetty-util + ${project.version} + + + org.mortbay.jetty jetty ${project.version} - provided javax.mail @@ -149,8 +148,7 @@ - org.codehaus.mojo - dependency-maven-plugin + maven-dependency-plugin copy-deps-below1.6 Index: modules/management/pom.xml =================================================================== --- modules/management/pom.xml (revision 2399) +++ modules/management/pom.xml (working copy) @@ -83,6 +83,7 @@ + Index: modules/util/pom.xml =================================================================== --- modules/util/pom.xml (revision 2399) +++ modules/util/pom.xml (working copy) @@ -65,6 +65,7 @@ + Index: examples/test-webapp/pom.xml =================================================================== --- examples/test-webapp/pom.xml (revision 2399) +++ examples/test-webapp/pom.xml (working copy) @@ -71,33 +71,6 @@ - - org.mortbay.jetty - maven-jetty-plugin - ${project.version} - - 8087 - foo - 1 - - - /test - ${project.build.directory}/work - - - ${basedir}/target/sessions - - - - - - - Test Realm - ../../etc/realm.properties - - - -