From fd8ee555d910f7ccf76e135840bdea7a9ada6f7d Mon Sep 17 00:00:00 2001 From: skygo Date: Fri, 24 Aug 2012 22:02:34 +0000 Subject: [PATCH] make report 3.0 style upgrade several plugin version: pmd,findbugs,jxr remove cobertura and try jacoco git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1377135 13f79535-47bb-0310-9956-ffa450edef68 --- archiva-modules/pom.xml | 294 ++++++++++++++++++++++------------------ 1 file changed, 162 insertions(+), 132 deletions(-) diff --git a/archiva-modules/pom.xml b/archiva-modules/pom.xml index 846ab27e6..4e4711d35 100644 --- a/archiva-modules/pom.xml +++ b/archiva-modules/pom.xml @@ -1,22 +1,22 @@ +~ Licensed to the Apache Software Foundation (ASF) under one +~ or more contributor license agreements. See the NOTICE file +~ distributed with this work for additional information +~ regarding copyright ownership. The ASF licenses this file +~ to you under the Apache License, Version 2.0 (the +~ "License"); you may not use this file except in compliance +~ with the License. You may obtain a copy of the License at +~ +~ http://www.apache.org/licenses/LICENSE-2.0 +~ +~ Unless required by applicable law or agreed to in writing, +~ software distributed under the License is distributed on an +~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +~ KIND, either express or implied. See the License for the +~ specific language governing permissions and limitations +~ under the License. +--> archiva @@ -36,133 +36,163 @@ metadata plugins - - - - - - org.apache.maven.plugins - maven-project-info-reports-plugin - 2.5 - - - - index - - - - - - - + + org.apache.maven.plugins + maven-jxr-plugin + 2.3 + + true + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.9.1 + + true + config/maven_checks.xml + + checkstyle + + + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.5 + + + + index + + + + + + + + org.jacoco + jacoco-maven-plugin + 0.5.9.201207300726 + + + org.codehaus.mojo findbugs-maven-plugin - 1.1.1 + 2.5.2 - --> - - org.codehaus.mojo - taglist-maven-plugin - 2.4 - - - org.apache.maven.plugins - maven-jxr-plugin - 2.2 - - true - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.8 - - 1.5 - true - gr.spinellis.umlgraph.doclet.UmlGraphDoc - - gr.spinellis - UmlGraph - 4.6 - - - -inferrel -inferdep -quiet -hide java.* - -collpackages java.util.* -qualify - -postfixpackage -nodefontsize 9 - -nodefontpackagesize 7 - - - http://java.sun.com/j2se/1.5.0/docs/api - http://commons.apache.org/collections/apidocs-COLLECTIONS_3_0/ - http://commons.apache.org/dbcp/apidocs/ - http://commons.apache.org/fileupload/apidocs/ - http://commons.apache.org/httpclient/apidocs/ - http://commons.apache.org/logging/apidocs/ - http://commons.apache.org/pool/apidocs/ - http://junit.sourceforge.net/javadoc/ - http://logging.apache.org/log4j/1.2/apidocs/ - http://jakarta.apache.org/regexp/apidocs/ - http://velocity.apache.org/engine/releases/velocity-1.5/apidocs/ - - true - private - - - todo - a - To Do: - - - - - - - - aggregate - - - - false - - + + org.codehaus.mojo + taglist-maven-plugin + 2.4 + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.8.1 + + 1.5 + true + gr.spinellis.umlgraph.doclet.UmlGraphDoc + + gr.spinellis + UmlGraph + 4.6 + + + -inferrel -inferdep -quiet -hide java.* + -collpackages java.util.* -qualify + -postfixpackage -nodefontsize 9 + -nodefontpackagesize 7 + + + http://java.sun.com/j2se/1.5.0/docs/api + http://commons.apache.org/collections/apidocs-COLLECTIONS_3_0/ + http://commons.apache.org/dbcp/apidocs/ + http://commons.apache.org/fileupload/apidocs/ + http://commons.apache.org/httpclient/apidocs/ + http://commons.apache.org/logging/apidocs/ + http://commons.apache.org/pool/apidocs/ + http://junit.sourceforge.net/javadoc/ + http://logging.apache.org/log4j/1.2/apidocs/ + http://jakarta.apache.org/regexp/apidocs/ + http://velocity.apache.org/engine/releases/velocity-1.5/apidocs/ + + true + private + + + todo + a + To Do: + + + + + + + + aggregate + + + + + + + + + org.apache.maven.plugins + maven-pmd-plugin + 2.7.1 + + 1.5 + + + + + - --> - - + -- 2.39.5