From cdf1fb391d006d1dac25cb448ea72efe388c3ab9 Mon Sep 17 00:00:00 2001 From: Vincent Behar Date: Sat, 2 Jul 2011 19:58:23 +0200 Subject: [PATCH] configure maven site --- pom.xml | 278 +++++++++++++++++++++++++++++++++++++--- src/changes/changes.xml | 15 +++ 2 files changed, 276 insertions(+), 17 deletions(-) create mode 100644 src/changes/changes.xml diff --git a/pom.xml b/pom.xml index 5f67659..7e2bf47 100644 --- a/pom.xml +++ b/pom.xml @@ -2,26 +2,46 @@ 4.0.0 + org.sonatype.oss oss-parent 7 + org.rundeck rundeck-api-java-client 1.0-SNAPSHOT jar - RunDeck API - Java Client Java client for the RunDeck REST API - https://github.com/vbehar/rundeck-api-java-client + 2011 + http://vbehar.github.com/rundeck-api-java-client https://github.com/vbehar/rundeck-api-java-client scm:git:git://github.com/vbehar/rundeck-api-java-client.git scm:git:git@github.com:vbehar/rundeck-api-java-client.git - + + + github-site + gitsite:git@github.com/vbehar/rundeck-api-java-client.git + + + + GitHub + https://github.com/vbehar/rundeck-api-java-client/issues + + + + rundeck-discuss + rundeck-discuss+subscribe@googlegroups.com + rundeck-discuss+unsubscribe@googlegroups.com + rundeck-discuss@googlegroups.com + http://groups.google.com/group/rundeck-discuss + + The Apache Software License, Version 2.0 @@ -29,7 +49,6 @@ repo - vbehar @@ -37,20 +56,138 @@ + + 1.5 + 1.5 + UTF-8 + + + 1.6 + 2.2.1 + 2.6 + 2.6 + 2.4.1 + 2.3.2 + 2.2 + 2.6 + 2.8 + 1.0.1 + 2.3.2 + 2.1.1 + 2.3.1 + 2.3.1 + 2.8 + 2.2 + 2.5 + 2.4 + 2.2 + 2.5 + 2.3 + 2.1.2 + 2.9 + 2.4 + 1.2 + + org.apache.maven.plugins maven-compiler-plugin - 1.5 - 1.5 + ${project.build.sourceJdk} + ${project.build.targetJdk} ${project.build.sourceEncoding} true true + + + + maven-antrun-plugin + ${plugin.antrun.version} + + + maven-assembly-plugin + ${plugin.assembly.version} + + + maven-checkstyle-plugin + ${plugin.checkstyle.version} + + + maven-clean-plugin + ${plugin.clean.version} + + + maven-compiler-plugin + ${plugin.compiler.version} + + + maven-dependency-plugin + ${plugin.dependency.version} + + + maven-deploy-plugin + ${plugin.deploy.version} + + + maven-eclipse-plugin + ${plugin.eclipse.version} + + + maven-enforcer-plugin + ${plugin.enforcer.version} + + + maven-help-plugin + ${plugin.help.version} + + + maven-install-plugin + ${plugin.install.version} + + + maven-jar-plugin + ${plugin.jar.version} + + + maven-javadoc-plugin + ${plugin.javadoc.version} + + + maven-pmd-plugin + ${plugin.pmd.version} + + + maven-release-plugin + ${plugin.release.version} + + + maven-resources-plugin + ${plugin.resources.version} + + + maven-site-plugin + ${plugin.site.version} + + + maven-source-plugin + ${plugin.source.version} + + + maven-surefire-plugin + ${plugin.surefire.version} + + + org.codehaus.mojo + findbugs-maven-plugin + ${plugin.findbugs.version} + + + org.apache.maven.scm @@ -70,6 +207,123 @@ + + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + ${plugin.project-info-reports.version} + + + + dependencies + distribution-management + index + issue-tracking + license + mailing-list + project-team + scm + summary + + + + + false + + + + org.apache.maven.plugins + maven-javadoc-plugin + ${plugin.javadoc.version} + + + http://java.sun.com/javase/6/docs/api/ + + + + + org.apache.maven.plugins + maven-jxr-plugin + ${plugin.jxr.version} + + + org.codehaus.mojo + taglist-maven-plugin + ${plugin.taglist.version} + + + + + Todo Work + + + TODO + ignoreCase + + + FIXME + exact + + + + + + + + + org.apache.maven.plugins + maven-changes-plugin + ${plugin.changes.version} + + + + changes-report + + + + + + org.codehaus.mojo + versions-maven-plugin + ${plugin.versions.version} + + + + dependency-updates-report + plugin-updates-report + property-updates-report + + + + + mercury + + + + org.apache.maven.plugins + maven-pmd-plugin + ${plugin.pmd.version} + + ${project.build.sourceEncoding} + ${project.build.targetJdk} + true + + + + org.codehaus.mojo + findbugs-maven-plugin + ${plugin.findbugs.version} + + true + true + true + + + + + @@ -77,14 +331,12 @@ httpclient 4.1.1 - commons-lang commons-lang 2.6 - dom4j @@ -96,22 +348,14 @@ jaxen 1.1.1 - junit junit - 4.8.1 + 4.8.2 test - - - github-site - gitsite:git@github.com/vbehar/rundeck-api-java-client.git - - - diff --git a/src/changes/changes.xml b/src/changes/changes.xml new file mode 100644 index 0000000..f14262b --- /dev/null +++ b/src/changes/changes.xml @@ -0,0 +1,15 @@ + + + Changelog + Vincent Behar + + + + + Initial release + + + +