diff --git a/README b/README deleted file mode 100644 index a8d6f77..0000000 --- a/README +++ /dev/null @@ -1,9 +0,0 @@ -ROME Modules - -Build Instructions -------------------------------------------------------------------------------- - -To build with Maven 2+: - -> mvn package - diff --git a/nbactions.xml b/nbactions.xml deleted file mode 100644 index 68de030..0000000 --- a/nbactions.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - CUSTOM-site - site - - site - - - - CUSTOM-release - release - - clean - source:jar - javadoc:jar - package - gpg:sign - repository:bundle-create - - - diff --git a/pom.xml b/pom.xml index 2e2a029..0c72b0d 100644 --- a/pom.xml +++ b/pom.xml @@ -1,26 +1,34 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + 4.0.0 + org.rometools rome-modules - jar 1.5-SNAPSHOT + rome-modules + Plugin collection for the ROME RSS and Atom Utilities + http://rometools.github.io/rome-modules/ + ROME Project https://github.com/rometools/ + https://github.com/rometools/rome-modules/issues + scm:git:git@github.com:rometools/rome-modules.git scm:git:git@github.com:rometools/rome-modules.git https://github.com/rometools/rome-modules/ + kebernet @@ -28,6 +36,7 @@ Robert Cooper + The Apache Software License, Version 2.0 @@ -35,169 +44,137 @@ repo - + + + UTF-8 + + + - maven2-repository.dev.java.net - http://download.java.net/maven/2 + central.staging + Nexus Release Repository + http://oss.sonatype.org/service/local/staging/deploy/maven2 - - - - junit - junit - 3.8.1 - test - - - org.rometools - rome - 2.0.0-SNAPSHOT - compile - - + + sonatype.snapshots + My Nexus Snapshots Repository + https://oss.sonatype.org/content/repositories/snapshots/ + + + - - org.apache.maven.plugins - maven-scm-plugin - 1.0 - - install - - org.apache.maven.plugins maven-compiler-plugin - 2.0.2 + 3.1 - 1.5 - 1.5 - ${project.build.sourceEncoding} + 1.6 + 1.6 org.apache.maven.plugins maven-resources-plugin 2.6 + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-site-plugin + 3.3 - ${project.build.sourceEncoding} + 9000 + ${basedir}/target/site/tempdir + + + + org.apache.maven.plugins + maven-scm-plugin + 1.8.1 + + install + + + + org.apache.maven.plugins + maven-scm-publish-plugin + 1.0-beta-2 + + gh-pages + scm:git:git@github.com:rometools/rome-modules.git + ${project.build.directory}/site - - 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-modules.git - ${project.build.directory}/site - - - - - 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 - test-javadoc - - - - aggregate - false - - aggregate - - - - - - + + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.7 + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + + javadoc + test-javadoc + + + + aggregate + false + + aggregate + + + + + + + + + + org.rometools + rome + 2.0.0-SNAPSHOT + compile + + + junit + junit + 4.11 + test + + +