diff --git a/pom.xml b/pom.xml index f53ba12..194bca1 100644 --- a/pom.xml +++ b/pom.xml @@ -1,31 +1,43 @@ - + + 4.0.0 + org.rometools rome-fetcher - rome-fetcher 2.0-SNAPSHOT - 2004 + + rome-fetcher + A well behaved feed fetcher API for ROME + + 2004 + http://rometools.github.io/rome-fetcher/ + ROME Project https://github.com/rometools/ + https://github.com/rometools/rome-fetcher/issues + scm:git:git@github.com:rometools/rome-fetcher.git scm:git:git@github.com:rometools/rome-fetcher.git https://github.com/rometools/rome-fetcher/ + Apache 2 http://www.apache.org/licenses/LICENSE-2.0.txt + kebernet @@ -37,6 +49,24 @@ http://nicklothian.com + + + UTF-8 + + + + + central.staging + Nexus Release Repository + http://oss.sonatype.org/service/local/staging/deploy/maven2 + + + sonatype.snapshots + My Nexus Snapshots Repository + https://oss.sonatype.org/content/repositories/snapshots/ + + + install src/java @@ -62,16 +92,18 @@ org.apache.maven.plugins maven-release-plugin + 2.4.1 forked-path + org.apache.maven.plugins maven-compiler-plugin + 3.1 - 1.4 - 1.4 - ${project.build.sourceEncoding} + 1.6 + 1.6 @@ -90,42 +122,95 @@ org.apache.maven.plugins maven-resources-plugin 2.6 + + + org.apache.maven.plugins + maven-site-plugin + 3.3 - ${project.build.sourceEncoding} + 9000 + ${basedir}/target/site/tempdir - - org.apache.maven.plugins - maven-site-plugin - 3.3 - - 9000 - ${basedir}/target/site/tempdir - - - - org.apache.maven.plugins - maven-scm-publish-plugin - 1.0-beta-2 - - gh-pages - scm:git:git@github.com:rometools/rome-fetcher.git - ${project.build.directory}/site - - + + org.apache.maven.plugins + maven-scm-publish-plugin + 1.0-beta-2 + + gh-pages + scm:git:git@github.com:rometools/rome-fetcher.git + ${project.build.directory}/site + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + attach-javadocs + + jar + + + + + + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.7 + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + + javadoc + + + + aggregate + false + + aggregate + + + + + + + - - xerces - xercesImpl - 2.11.0 - org.rometools rome 2.0.0-SNAPSHOT + + xerces + xercesImpl + 2.11.0 + commons-httpclient @@ -138,7 +223,7 @@ commons-logging commons-logging 1.1.3 - + @@ -170,112 +255,4 @@ - - - central.staging - Nexus Release Repository - http://oss.sonatype.org/service/local/staging/deploy/maven2 - - - sonatype.snapshots - My Nexus Snapshots Repository - https://oss.sonatype.org/content/repositories/snapshots/ - - - - - - release - - - performRelease - true - - - - - central.staging - Nexus Release Repository - http://oss.sonatype.org/service/local/staging/deploy/maven2 - - - sonatype.snapshots - My Nexus Snapshots Repository - https://oss.sonatype.org/content/repositories/snapshots/ - - - - - - org.apache.maven.plugins - maven-gpg-plugin - - - sign-artifacts - verify - - sign - - - - - - org.apache.maven.plugins - maven-source-plugin - - - attach-sources - - jar - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - - - attach-javadocs - - jar - - - - - - - - - - UTF-8 - - - - - org.apache.maven.plugins - maven-project-info-reports-plugin - 2.6 - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.9 - - - - javadoc - - - - aggregate - false - - aggregate - - - - - - \ No newline at end of file