From e1118a5bb946f4decc121286449f334e26266392 Mon Sep 17 00:00:00 2001 From: Patrick Gotthard Date: Sat, 20 Feb 2016 16:11:41 +0100 Subject: [PATCH] POM refactoring --- pom.xml | 41 +++++ rome-certiorem-webapp/pom.xml | 121 +++++++------ rome-certiorem/pom.xml | 220 ++++++++++++----------- rome-fetcher/pom.xml | 244 +++++++++++++------------- rome-modules/pom.xml | 236 +++++++++++++------------ rome-opml/pom.xml | 180 ++++++++++--------- rome-propono/pom.xml | 242 +++++++++++++------------ rome-utils/pom.xml | 129 +++++++------- rome/pom.xml | 320 +++++++++++++++++----------------- 9 files changed, 880 insertions(+), 853 deletions(-) diff --git a/pom.xml b/pom.xml index d861558..9bf38db 100644 --- a/pom.xml +++ b/pom.xml @@ -177,6 +177,47 @@ + + + com.rometools + rome + 1.6.0-SNAPSHOT + + + com.rometools + rome-certiorem + 1.6.0-SNAPSHOT + + + com.rometools + rome-certiorem-webapp + 1.6.0-SNAPSHOT + + + com.rometools + rome-fetcher + 1.6.0-SNAPSHOT + + + com.rometools + rome-modules + 1.6.0-SNAPSHOT + + + com.rometools + rome-opml + 1.6.0-SNAPSHOT + + + com.rometools + rome-propono + 1.6.0-SNAPSHOT + + + com.rometools + rome-utils + 1.6.0-SNAPSHOT + org.jdom diff --git a/rome-certiorem-webapp/pom.xml b/rome-certiorem-webapp/pom.xml index 1d3f5a1..87d42be 100644 --- a/rome-certiorem-webapp/pom.xml +++ b/rome-certiorem-webapp/pom.xml @@ -1,61 +1,60 @@ - - - 4.0.0 - - - com.rometools - rome-parent - 1.6.0-SNAPSHOT - - - rome-certiorem-webapp - war - - rome-certiorem-webapp - - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - repo - - - - - scm:git:git@github.com:rometools/rome-certiorem-webapp.git - scm:git:git@github.com:rometools/rome-certiorem-webapp.git - https://github.com/rometools/rome-certiorem-webapp/ - - - - - sonatype-nexus-snapshots - https://oss.sonatype.org/content/repositories/snapshots - - false - - - true - - - - - - - com.rometools - rome-certiorem - 1.5.0 - - - com.google.inject.extensions - guice-servlet - - - javax.servlet - servlet-api - provided - - - - + + + 4.0.0 + + + com.rometools + rome-parent + 1.6.0-SNAPSHOT + + + rome-certiorem-webapp + war + + rome-certiorem-webapp + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + scm:git:git@github.com:rometools/rome-certiorem-webapp.git + scm:git:git@github.com:rometools/rome-certiorem-webapp.git + https://github.com/rometools/rome-certiorem-webapp/ + + + + + sonatype-nexus-snapshots + https://oss.sonatype.org/content/repositories/snapshots + + false + + + true + + + + + + + com.rometools + rome-certiorem + + + com.google.inject.extensions + guice-servlet + + + javax.servlet + servlet-api + provided + + + + diff --git a/rome-certiorem/pom.xml b/rome-certiorem/pom.xml index a92e869..a6380a4 100644 --- a/rome-certiorem/pom.xml +++ b/rome-certiorem/pom.xml @@ -1,111 +1,109 @@ - - - 4.0.0 - - - com.rometools - rome-parent - 1.6.0-SNAPSHOT - - - rome-certiorem - 1.6.0-SNAPSHOT - jar - - rome-certiorem - - A PubSubHubub implementation for Java based on ROME - - - scm:git:ssh://github.com/rometools/rome-certiorem.git - scm:git:ssh://git@github.com/rometools/rome-certiorem.git - https://github.com/rometools/rome-certiorem - - - - - Robert Cooper - kebernet@gmail.comM - http://www.kebernet.net - - - Farrukh Najmi - http://wellfleetsoftware.com - - - - - - sonatype-nexus-snapshots - https://oss.sonatype.org/content/repositories/snapshots - - false - - - true - - - - - - - - org.apache.maven.plugins - maven-site-plugin - - 9000 - ${basedir}/target/site/tempdir - - - - org.apache.maven.plugins - maven-scm-publish-plugin - - gh-pages - ${project.scm.developerConnection} - ${project.build.directory}/site - - - - - - - - com.rometools - rome-fetcher - 1.6.0-SNAPSHOT - - - commons-httpclient - commons-httpclient - - - - - javax.servlet - servlet-api - provided - - - javax.persistence - persistence-api - provided - - - org.slf4j - slf4j-api - - - ch.qos.logback - logback-classic - test - - - junit - junit - test - - - - + + + 4.0.0 + + + com.rometools + rome-parent + 1.6.0-SNAPSHOT + + + rome-certiorem + jar + + rome-certiorem + + A PubSubHubub implementation for Java based on ROME + + + scm:git:ssh://github.com/rometools/rome-certiorem.git + scm:git:ssh://git@github.com/rometools/rome-certiorem.git + https://github.com/rometools/rome-certiorem + + + + + Robert Cooper + kebernet@gmail.comM + http://www.kebernet.net + + + Farrukh Najmi + http://wellfleetsoftware.com + + + + + + sonatype-nexus-snapshots + https://oss.sonatype.org/content/repositories/snapshots + + false + + + true + + + + + + + + org.apache.maven.plugins + maven-site-plugin + + 9000 + ${basedir}/target/site/tempdir + + + + org.apache.maven.plugins + maven-scm-publish-plugin + + gh-pages + ${project.scm.developerConnection} + ${project.build.directory}/site + + + + + + + + com.rometools + rome-fetcher + + + commons-httpclient + commons-httpclient + + + + + javax.servlet + servlet-api + provided + + + javax.persistence + persistence-api + provided + + + org.slf4j + slf4j-api + + + ch.qos.logback + logback-classic + test + + + junit + junit + test + + + + diff --git a/rome-fetcher/pom.xml b/rome-fetcher/pom.xml index 5d86063..d6f6a1a 100644 --- a/rome-fetcher/pom.xml +++ b/rome-fetcher/pom.xml @@ -1,123 +1,121 @@ - - - - 4.0.0 - - - com.rometools - rome-parent - 1.6.0-SNAPSHOT - - - rome-fetcher - 1.6.0-SNAPSHOT - jar - - rome-fetcher - - A well behaved feed fetcher API for ROME - - http://rometools.github.io/rome-fetcher/ - - - scm:git:ssh://github.com/rometools/rome-fetcher.git - scm:git:ssh://git@github.com/rometools/rome-fetcher.git - https://github.com/rometools/rome-fetcher - - - - - Nick Lothian - http://nicklothian.com - - - Robert Cooper - kebernet@gmail.comM - - - - - - sonatype-nexus-snapshots - https://oss.sonatype.org/content/repositories/snapshots - - false - - - true - - - - - - - - org.apache.maven.plugins - maven-scm-publish-plugin - - gh-pages - ${project.scm.developerConnection} - ${project.build.directory}/site - - - - org.apache.felix - maven-bundle-plugin - - - - com.rometools.fetcher, - com.rometools.fetcher.impl - - - com.rometools.rome.feed.impl, - com.rometools.rome.feed.synd, - com.rometools.rome.io, - com.rometools.utils, - org.apache.commons.httpclient;resolution:=optional, - org.apache.commons.httpclient.auth;resolution:=optional, - org.apache.commons.httpclient.methods;resolution:=optional, - org.apache.commons.httpclient.params;resolution:=optional, - org.slf4j - - - - - - - - - - - com.rometools - rome - 1.6.0-SNAPSHOT - - - commons-httpclient - commons-httpclient - - - - javax.servlet - servlet-api - test - - - jetty - jetty - test - - - ch.qos.logback - logback-classic - test - - - junit - junit - test - - - - + + + + 4.0.0 + + + com.rometools + rome-parent + 1.6.0-SNAPSHOT + + + rome-fetcher + jar + + rome-fetcher + + A well behaved feed fetcher API for ROME + + http://rometools.github.io/rome-fetcher/ + + + scm:git:ssh://github.com/rometools/rome-fetcher.git + scm:git:ssh://git@github.com/rometools/rome-fetcher.git + https://github.com/rometools/rome-fetcher + + + + + Nick Lothian + http://nicklothian.com + + + Robert Cooper + kebernet@gmail.comM + + + + + + sonatype-nexus-snapshots + https://oss.sonatype.org/content/repositories/snapshots + + false + + + true + + + + + + + + org.apache.maven.plugins + maven-scm-publish-plugin + + gh-pages + ${project.scm.developerConnection} + ${project.build.directory}/site + + + + org.apache.felix + maven-bundle-plugin + + + + com.rometools.fetcher, + com.rometools.fetcher.impl + + + com.rometools.rome.feed.impl, + com.rometools.rome.feed.synd, + com.rometools.rome.io, + com.rometools.utils, + org.apache.commons.httpclient;resolution:=optional, + org.apache.commons.httpclient.auth;resolution:=optional, + org.apache.commons.httpclient.methods;resolution:=optional, + org.apache.commons.httpclient.params;resolution:=optional, + org.slf4j + + + + + + + + + + com.rometools + rome + + + commons-httpclient + commons-httpclient + + + + javax.servlet + servlet-api + test + + + jetty + jetty + test + + + ch.qos.logback + logback-classic + test + + + junit + junit + test + + + + diff --git a/rome-modules/pom.xml b/rome-modules/pom.xml index d49ed96..7ec06c7 100644 --- a/rome-modules/pom.xml +++ b/rome-modules/pom.xml @@ -1,119 +1,117 @@ - - - 4.0.0 - - - com.rometools - rome-parent - 1.6.0-SNAPSHOT - - - rome-modules - 1.6.0-SNAPSHOT - jar - - rome-modules - - Plugin collection for the ROME RSS and Atom Utilities - - http://rometools.github.io/rome-modules/ - - - scm:git:ssh://github.com/rometools/rome-modules.git - scm:git:ssh://git@github.com/rometools/rome-modules.git - https://github.com/rometools/rome-modules - - - - - kebernet - kebernet@gmail.com - Robert Cooper - - - - - - sonatype-nexus-snapshots - https://oss.sonatype.org/content/repositories/snapshots - - false - - - true - - - - - - - - org.apache.maven.plugins - maven-scm-publish-plugin - - gh-pages - ${project.scm.developerConnection} - ${project.build.directory}/site - - - - org.apache.felix - maven-bundle-plugin - - - - !com.rometools.modules.*.io, - com.rometools.modules.*, - - - org.jdom2, - org.jdom2.filter, - org.jdom2.input, - org.jdom2.input.sax, - org.jdom2.output, - org.slf4j, - org.w3c.dom, - org.xml.sax - - <_exportcontents> - com.rometools.rome.feed, - com.rometools.rome.feed.atom, - com.rometools.rome.feed.module, - com.rometools.rome.feed.rss, - com.rometools.rome.feed.synd, - com.rometools.rome.io, - com.rometools.utils - - *;artifactId=rome|rome-utils - true - - - - - - - - - com.rometools - rome - 1.6.0-SNAPSHOT - - - ch.qos.logback - logback-classic - test - - - junit - junit - test - - - org.hamcrest - hamcrest-library - test - - - - + + + 4.0.0 + + + com.rometools + rome-parent + 1.6.0-SNAPSHOT + + + rome-modules + jar + + rome-modules + + Plugin collection for the ROME RSS and Atom Utilities + + http://rometools.github.io/rome-modules/ + + + scm:git:ssh://github.com/rometools/rome-modules.git + scm:git:ssh://git@github.com/rometools/rome-modules.git + https://github.com/rometools/rome-modules + + + + + kebernet + kebernet@gmail.com + Robert Cooper + + + + + + sonatype-nexus-snapshots + https://oss.sonatype.org/content/repositories/snapshots + + false + + + true + + + + + + + + org.apache.maven.plugins + maven-scm-publish-plugin + + gh-pages + ${project.scm.developerConnection} + ${project.build.directory}/site + + + + org.apache.felix + maven-bundle-plugin + + + + !com.rometools.modules.*.io, + com.rometools.modules.*, + + + org.jdom2, + org.jdom2.filter, + org.jdom2.input, + org.jdom2.input.sax, + org.jdom2.output, + org.slf4j, + org.w3c.dom, + org.xml.sax + + <_exportcontents> + com.rometools.rome.feed, + com.rometools.rome.feed.atom, + com.rometools.rome.feed.module, + com.rometools.rome.feed.rss, + com.rometools.rome.feed.synd, + com.rometools.rome.io, + com.rometools.utils + + *;artifactId=rome|rome-utils + true + + + + + + + + + com.rometools + rome + + + ch.qos.logback + logback-classic + test + + + junit + junit + test + + + org.hamcrest + hamcrest-library + test + + + + diff --git a/rome-opml/pom.xml b/rome-opml/pom.xml index b8d6cc4..dd0d118 100644 --- a/rome-opml/pom.xml +++ b/rome-opml/pom.xml @@ -1,91 +1,89 @@ - - - 4.0.0 - - - com.rometools - rome-parent - 1.6.0-SNAPSHOT - - - rome-opml - 1.6.0-SNAPSHOT - jar - - rome-opml - - Support for OPML 1 and OPML 2 in ROME - - http://rometools.github.io/rome-opml/ - - - scm:git:ssh://github.com/rometools/rome-opml.git - scm:git:ssh://git@github.com/rometools/rome-opml.git - https://github.com/rometools/rome-opml - - - - - kebernet - kebernet@gmail.com - Robert Cooper - - - - - - sonatype-nexus-snapshots - https://oss.sonatype.org/content/repositories/snapshots - - false - - - true - - - - - - - - org.apache.maven.plugins - maven-scm-publish-plugin - - gh-pages - ${project.scm.developerConnection} - ${project.build.directory}/site - - - - - - - - com.rometools - rome - 1.6.0-SNAPSHOT - - - ch.qos.logback - logback-classic - test - - - junit - junit - test - - - org.hamcrest - hamcrest-library - - - xmlunit - xmlunit - 1.6 - test - - - - + + + 4.0.0 + + + com.rometools + rome-parent + 1.6.0-SNAPSHOT + + + rome-opml + jar + + rome-opml + + Support for OPML 1 and OPML 2 in ROME + + http://rometools.github.io/rome-opml/ + + + scm:git:ssh://github.com/rometools/rome-opml.git + scm:git:ssh://git@github.com/rometools/rome-opml.git + https://github.com/rometools/rome-opml + + + + + kebernet + kebernet@gmail.com + Robert Cooper + + + + + + sonatype-nexus-snapshots + https://oss.sonatype.org/content/repositories/snapshots + + false + + + true + + + + + + + + org.apache.maven.plugins + maven-scm-publish-plugin + + gh-pages + ${project.scm.developerConnection} + ${project.build.directory}/site + + + + + + + + com.rometools + rome + + + ch.qos.logback + logback-classic + test + + + junit + junit + test + + + org.hamcrest + hamcrest-library + + + xmlunit + xmlunit + 1.6 + test + + + + diff --git a/rome-propono/pom.xml b/rome-propono/pom.xml index f4768e9..1112432 100644 --- a/rome-propono/pom.xml +++ b/rome-propono/pom.xml @@ -1,122 +1,120 @@ - - - 4.0.0 - - - com.rometools - rome-parent - 1.6.0-SNAPSHOT - - - rome-propono - 1.6.0-SNAPSHOT - jar - - rome-propono - - The ROME Propono subproject is a Java class library that - supports publishing protocols, specifically the Atom Publishing Protocol - and the legacy MetaWeblog API. Propono includes an Atom client library, - Atom server framework and a Blog client that supports both Atom protocol - and the MetaWeblog API. - - - http://rometools.github.io/rome-propono/ - - - scm:git:ssh://github.com/rometools/rome-propono.git - scm:git:ssh://git@github.com/rometools/rome-propono.git - https://github.com/rometools/rome-propono - - - - - Dave Johnson - http://rollerweblogger.org/roller - -5 - - - Robert Cooper - kebernet@gmail.com - http://www.screaming-penguin.com - -4 - - - - - - sonatype-nexus-snapshots - https://oss.sonatype.org/content/repositories/snapshots - - false - - - true - - - - - - - - org.apache.maven.plugins - maven-scm-publish-plugin - - gh-pages - ${project.scm.developerConnection} - ${project.build.directory}/site - - - - - - - - com.rometools - rome - 1.6.0-SNAPSHOT - - - commons-httpclient - commons-httpclient - - - org.apache.commons - commons-lang3 - - - commons-beanutils - commons-beanutils - - - org.apache.xmlrpc - xmlrpc-client - - - net.oauth.core - oauth - - - javax.servlet - servlet-api - provided - - - ch.qos.logback - logback-classic - test - - - junit - junit - test - - - jetty - jetty - test - - - - + + + 4.0.0 + + + com.rometools + rome-parent + 1.6.0-SNAPSHOT + + + rome-propono + jar + + rome-propono + + The ROME Propono subproject is a Java class library that + supports publishing protocols, specifically the Atom Publishing Protocol + and the legacy MetaWeblog API. Propono includes an Atom client library, + Atom server framework and a Blog client that supports both Atom protocol + and the MetaWeblog API. + + + http://rometools.github.io/rome-propono/ + + + scm:git:ssh://github.com/rometools/rome-propono.git + scm:git:ssh://git@github.com/rometools/rome-propono.git + https://github.com/rometools/rome-propono + + + + + Dave Johnson + http://rollerweblogger.org/roller + -5 + + + Robert Cooper + kebernet@gmail.com + http://www.screaming-penguin.com + -4 + + + + + + sonatype-nexus-snapshots + https://oss.sonatype.org/content/repositories/snapshots + + false + + + true + + + + + + + + org.apache.maven.plugins + maven-scm-publish-plugin + + gh-pages + ${project.scm.developerConnection} + ${project.build.directory}/site + + + + + + + + com.rometools + rome + + + commons-httpclient + commons-httpclient + + + org.apache.commons + commons-lang3 + + + commons-beanutils + commons-beanutils + + + org.apache.xmlrpc + xmlrpc-client + + + net.oauth.core + oauth + + + javax.servlet + servlet-api + provided + + + ch.qos.logback + logback-classic + test + + + junit + junit + test + + + jetty + jetty + test + + + + diff --git a/rome-utils/pom.xml b/rome-utils/pom.xml index 2945b69..c8ecd63 100644 --- a/rome-utils/pom.xml +++ b/rome-utils/pom.xml @@ -1,66 +1,65 @@ - - - 4.0.0 - - - com.rometools - rome-parent - 1.6.0-SNAPSHOT - - - rome-utils - 1.6.0-SNAPSHOT - jar - - rome-utils - - Utility classes for ROME projects - - http://rometools.github.io/rome-utils/ - - - scm:git:ssh://github.com/rometools/rome-utils.git - scm:git:ssh://git@github.com/rometools/rome-utils.git - https://github.com/rometools/rome-utils - - - - - Patrick Gotthard - http://www.patrick-gotthard.de - +1 - - - - - - sonatype-nexus-snapshots - https://oss.sonatype.org/content/repositories/snapshots - - false - - - true - - - - - - - org.slf4j - slf4j-api - - - junit - junit - test - - - org.hamcrest - hamcrest-library - test - - - + + + 4.0.0 + + + com.rometools + rome-parent + 1.6.0-SNAPSHOT + + + rome-utils + jar + + rome-utils + + Utility classes for ROME projects + + http://rometools.github.io/rome-utils/ + + + scm:git:ssh://github.com/rometools/rome-utils.git + scm:git:ssh://git@github.com/rometools/rome-utils.git + https://github.com/rometools/rome-utils + + + + + Patrick Gotthard + http://www.patrick-gotthard.de + +1 + + + + + + sonatype-nexus-snapshots + https://oss.sonatype.org/content/repositories/snapshots + + false + + + true + + + + + + + org.slf4j + slf4j-api + + + junit + junit + test + + + org.hamcrest + hamcrest-library + test + + + \ No newline at end of file diff --git a/rome/pom.xml b/rome/pom.xml index f2c0bb8..863dcb7 100644 --- a/rome/pom.xml +++ b/rome/pom.xml @@ -1,161 +1,159 @@ - - - 4.0.0 - - - com.rometools - rome-parent - 1.6.0-SNAPSHOT - - - rome - 1.6.0-SNAPSHOT - jar - - rome - - All Roads Lead to ROME. ROME is a set of Atom/RSS Java utilities that make it - easy to work in Java with most syndication formats. Today it accepts all flavors of RSS - (0.90, 0.91, 0.92, 0.93, 0.94, 1.0 and 2.0), Atom 0.3 and Atom 1.0 feeds. Rome includes - a set of parsers and generators for the various flavors of feeds, as well as converters - to convert from one format to another. The parsers can give you back Java objects that - are either specific for the format you want to work with, or a generic normalized - SyndFeed object that lets you work on with the data without bothering about the - underlying format. - - - http://rometools.github.io/rome/ - - - scm:git:ssh://github.com/rometools/rome.git - scm:git:ssh://git@github.com/rometools/rome.git - https://github.com/rometools/rome - - - - - Alejandro Abdelnur - http://blog.sun.com/roller/page/tucu - 0 - - - Dave Johnson - http://rollerweblogger.org/roller - -5 - - - Elaine Chien - 0 - - - Patrick Chanezon - http://www.chanezon.com/pat/weblog - -9 - - - Patrick Gotthard - http://www.patrick-gotthard.de - +1 - - - Robert Cooper - kebernet@gmail.com - http://www.screaming-penguin.com - -4 - - - farrukhnajmi - Farrukh Najmi - http://www.wellfleetsoftware.com/farrukh - - - imk - Martin Kurz - Europe/Berlin - - - - - - sonatype-nexus-snapshots - https://oss.sonatype.org/content/repositories/snapshots - - false - - - true - - - - - - - - org.apache.maven.plugins - maven-jar-plugin - 2.4 - - - - true - true - - - - - - org.apache.maven.plugins - maven-site-plugin - - - org.apache.maven.doxia - doxia-module-markdown - 1.5 - - - org.apache.maven.doxia - doxia-module-confluence - 1.5 - - - - - org.apache.maven.plugins - maven-scm-publish-plugin - - gh-pages - ${project.scm.developerConnection} - ${project.build.directory}/site - - - - - - - - com.rometools - rome-utils - 1.6.0-SNAPSHOT - - - org.jdom - jdom2 - - - org.slf4j - slf4j-api - - - ch.qos.logback - logback-classic - test - - - junit - junit - test - - - - + + + 4.0.0 + + + com.rometools + rome-parent + 1.6.0-SNAPSHOT + + + rome + jar + + rome + + All Roads Lead to ROME. ROME is a set of Atom/RSS Java utilities that make it + easy to work in Java with most syndication formats. Today it accepts all flavors of RSS + (0.90, 0.91, 0.92, 0.93, 0.94, 1.0 and 2.0), Atom 0.3 and Atom 1.0 feeds. Rome includes + a set of parsers and generators for the various flavors of feeds, as well as converters + to convert from one format to another. The parsers can give you back Java objects that + are either specific for the format you want to work with, or a generic normalized + SyndFeed object that lets you work on with the data without bothering about the + underlying format. + + + http://rometools.github.io/rome/ + + + scm:git:ssh://github.com/rometools/rome.git + scm:git:ssh://git@github.com/rometools/rome.git + https://github.com/rometools/rome + + + + + Alejandro Abdelnur + http://blog.sun.com/roller/page/tucu + 0 + + + Dave Johnson + http://rollerweblogger.org/roller + -5 + + + Elaine Chien + 0 + + + Patrick Chanezon + http://www.chanezon.com/pat/weblog + -9 + + + Patrick Gotthard + http://www.patrick-gotthard.de + +1 + + + Robert Cooper + kebernet@gmail.com + http://www.screaming-penguin.com + -4 + + + farrukhnajmi + Farrukh Najmi + http://www.wellfleetsoftware.com/farrukh + + + imk + Martin Kurz + Europe/Berlin + + + + + + sonatype-nexus-snapshots + https://oss.sonatype.org/content/repositories/snapshots + + false + + + true + + + + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.4 + + + + true + true + + + + + + org.apache.maven.plugins + maven-site-plugin + + + org.apache.maven.doxia + doxia-module-markdown + 1.5 + + + org.apache.maven.doxia + doxia-module-confluence + 1.5 + + + + + org.apache.maven.plugins + maven-scm-publish-plugin + + gh-pages + ${project.scm.developerConnection} + ${project.build.directory}/site + + + + + + + + com.rometools + rome-utils + + + org.jdom + jdom2 + + + org.slf4j + slf4j-api + + + ch.qos.logback + logback-classic + test + + + junit + junit + test + + + +