diff --git a/nbactions.xml b/nbactions.xml index 72f85d7..68de030 100644 --- a/nbactions.xml +++ b/nbactions.xml @@ -12,10 +12,11 @@ release clean - release:perform + source:jar + javadoc:jar + package + gpg:sign + repository:bundle-create - - "I come not to praise Caesar" - diff --git a/pom.xml b/pom.xml index 7cc9e16..f40d916 100644 --- a/pom.xml +++ b/pom.xml @@ -7,9 +7,17 @@ jar 1.0 rome-modules + Plugin collection for the ROME RSS and Atom Utilities http://www.rometools.org + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + - scm:svn:http://rometools.jira.com/svn/MODULES/trunk + scm:svn:https://rometools.jira.com/svn/MODULES/trunk scm:svn:https://rometools.jira.com/svn/MODULES/trunk https://rometools.jira.com/source/browse/MODULES @@ -35,6 +43,14 @@ + + org.apache.maven.plugins + maven-scm-plugin + 1.0 + + install + + org.apache.maven.plugins maven-compiler-plugin @@ -42,55 +58,19 @@ 1.4 1.4 - UTF-8 + ${project.build.sourceEncoding} + + + + org.apache.maven.plugins + maven-resources-plugin + 2.2 + + ${project.build.sourceEncoding} - - - - org.apache.maven.plugins - maven-jxr-plugin - - - org.apache.maven.plugins - maven-javadoc-plugin - - - org.codehaus.mojo - emma-maven-plugin - 1.0-alpha-2 - true - - once - xml - ${project.build.directory}/generated-classes/emma/classes - - - - org.codehaus.mojo - surefire-report-maven-plugin - true - - - org.codehaus.mojo - findbugs-maven-plugin - 2.0.1 - - - org.apache.maven.plugins - maven-pmd-plugin - 2.5 - - true - utf-8 - 100 - 1.5 - - - - release @@ -119,4 +99,7 @@ + + UTF-8 +