From 0f51bbd172ce1b285247bf2c49982cfe70c6fe9c Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Fri, 9 Mar 2012 12:27:43 +0000 Subject: [PATCH] Make Maven site generation and plugin versions up to date git-svn-id: https://svn.argeo.org/commons/trunk@5180 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- doc/site/apt/index.apt | 2 +- doc/site/site.xml | 14 +-- pom.xml | 249 ++++++++++++++++++----------------------- 3 files changed, 116 insertions(+), 149 deletions(-) diff --git a/doc/site/apt/index.apt b/doc/site/apt/index.apt index 4fcef7a82..3753a3eee 100644 --- a/doc/site/apt/index.apt +++ b/doc/site/apt/index.apt @@ -1,3 +1,3 @@ Argeo Commons - Commons components. + Commons groups the generic layers developed and maintained by Argeo. They factorize complex but generic logic in fields like security, default configurations, etc. diff --git a/doc/site/site.xml b/doc/site/site.xml index 8b5f5f396..f639492b4 100644 --- a/doc/site/site.xml +++ b/doc/site/site.xml @@ -24,20 +24,12 @@ - - - - - + + + - - - - - org.apache.maven.skins maven-default-skin diff --git a/pom.xml b/pom.xml index aa4bbc607..cd89ab8c8 100644 --- a/pom.xml +++ b/pom.xml @@ -11,9 +11,11 @@ argeo-commons 0.3.4-SNAPSHOT Argeo Commons + Generic layers integrating free / open source technologies in order to quickly develop custom enterprise systems: security, JCR, user interface, monitoring pom 0.3 + 2011-03-24 1.1.7 0.3.4-SNAPSHOT @@ -39,6 +41,7 @@ https://svn.argeo.org/commons/trunk + 2007 Apache 2 @@ -126,11 +129,11 @@ limitations under the License. maven-surefire-plugin - 2.7.1 + 2.12 maven-jar-plugin - 2.3.1 + 2.4 META-INF/MANIFEST.MF @@ -143,15 +146,11 @@ limitations under the License. maven-resources-plugin - 2.4.3 - - - maven-site-plugin - 2.1.1 + 2.5 maven-release-plugin - 2.1 + 2.2.2 @@ -212,7 +211,108 @@ limitations under the License. com.mycila.maven-license-plugin maven-license-plugin - 1.8.0 + 1.9.0 + + + + maven-site-plugin + 3.0 + false + + doc/site + true + true + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.4 + + + + index + summary + license + scm + issue-tracking + project-team + + + + + + maven-javadoc-plugin + 2.8.1 + + UTF-8 + *.demo.*:*.internal.* + + + + aggregate + + aggregate + + + + + + maven-jxr-plugin + 2.3 + + + **/demo/**/* + **/internal/**/* + + + + + aggregate + + aggregate + + + + + + org.codehaus.mojo + taglist-maven-plugin + 2.4 + + true + + TODO + FIXME + + + + + maven-changelog-plugin + 2.2 + + date + + ${developmentCycle.startDate} + + yyyy-MM-dd + + + + + + + + + + + + + + + + + + @@ -235,48 +335,17 @@ limitations under the License. - org.apache.maven.plugins maven-resources-plugin UTF-8 - org.apache.maven.plugins maven-site-plugin + 3.0 + false - doc/site - - - - org.apache.maven.plugins - maven-release-plugin - - true - release - clean install - - - - com.mycila.maven-license-plugin - maven-license-plugin - -
license-apache2-header.txt
- true - true - - src/**/*.java - src/**/*.xml - - - **/springutil/** - **/qooxdoo-sdk/** - - true - - SLASHSTAR_STYLE - XML_STYLE - + false
@@ -318,100 +387,6 @@ limitations under the License. file://${site.repoBase}/${developmentCycle}/ - - - - org.apache.maven.plugins - maven-project-info-reports-plugin - 2.3.1 - - - - index - summary - license - scm - issue-tracking - dependencies - - - - false - - project-team - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.7 - false - - true - UTF-8 - - - - org.apache.maven.plugins - maven-jxr-plugin - 2.2 - - true - - - - org.apache.maven.plugins - maven-surefire-report-plugin - 2.7.1 - false - - true - - - - org.codehaus.mojo - taglist-maven-plugin - 2.4 - - true - - TODO - FIXME - @deprecated - - - - - org.apache.maven.plugins - maven-changelog-plugin - 2.2 - false - - - org.apache.maven.plugins - maven-pmd-plugin - 2.3 - false - - true - 1.5 - true - - **/springutil/*.java - - - - - - cpd - - - - - - release -- 2.30.2