From 9b97c9255aaedb24e8de5f97259c4d5303f041dc Mon Sep 17 00:00:00 2001 From: salyh Date: Fri, 11 Jul 2014 23:18:25 +0200 Subject: [PATCH 07/14] include some additional useful stuff in pom, but nevertheless i cant get findbugs report to work Signed-off-by: salyh --- pom.xml | 33 +++++++++++++++++++++++++++++++++ src/site/site.xml | 2 +- 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ed634d1..9c5e3c1 100644 --- a/pom.xml +++ b/pom.xml @@ -21,6 +21,10 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 + + + 3.1.0 + org.apache @@ -33,6 +37,9 @@ pom 1.0-SNAPSHOT Fleece + Apache Fleece is an implementation of JSR-353 (JavaTM API for JSON Processing). + 2014 + http://incubator.apache.org/projects/fleece.html fleece-core @@ -65,6 +72,9 @@ 1.6 1.6 + UTF-8 + true + true @@ -246,6 +256,21 @@ + org.codehaus.mojo + findbugs-maven-plugin + 2.5.3 + + true + + target/site + + + + org.apache.maven.plugins + maven-pmd-plugin + 3.1 + + org.apache.maven.plugins maven-project-info-reports-plugin 2.7 @@ -273,4 +298,12 @@ + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + diff --git a/src/site/site.xml b/src/site/site.xml index 62bf04e..75cfd61 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -33,7 +33,7 @@ true - false + true true apache-fleece -- 1.8.5.2 (Apple Git-48)