From 37c32b4e5c148290af6029aafe78ae9fd8b6dbbb Mon Sep 17 00:00:00 2001 From: gojomo Date: Tue, 23 Mar 2010 22:57:27 +0000 Subject: [PATCH] Maven cleanup to enable warningless build on fresh machine with Maven2.2.0: * engine/pom.xml restore a reference to a (new version of a) necessary servlet library * pom.xml remove deprecated {pom.artifactId}; add needed javadoc module version decl * .classpath update ref to currently-used servlet jar --- .classpath | 3 +-- engine/pom.xml | 10 ++++------ pom.xml | 3 ++- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/.classpath b/.classpath index d4e3bbd1..c14b1966 100644 --- a/.classpath +++ b/.classpath @@ -21,7 +21,6 @@ - @@ -43,7 +42,7 @@ - + diff --git a/engine/pom.xml b/engine/pom.xml index 6311a0df..c554c23b 100644 --- a/engine/pom.xml +++ b/engine/pom.xml @@ -96,14 +96,12 @@ 6.1.14 compile - + org.restlet org.restlet diff --git a/pom.xml b/pom.xml index 55a301e8..c860bcb0 100644 --- a/pom.xml +++ b/pom.xml @@ -154,7 +154,7 @@ Heritrix is the Internet Archive's open-source, extensible, web-scale, website Website - ${website.url}/projects/${pom.artifactId} + ${website.url}/projects/${project.artifactId} @@ -346,6 +346,7 @@ Heritrix is the Internet Archive's open-source, extensible, web-scale, org.apache.maven.plugins maven-javadoc-plugin + 2.6.1 ${basedir}/src/java