From fbdcce9b5b468627784a48643de210b48298ba9b Mon Sep 17 00:00:00 2001 From: Donald Woods Date: Wed, 25 Aug 2010 17:37:04 +0000 Subject: [PATCH] OPENJPA-1712 Add createSource options back in and remove test-javadoc reports which we don't need and take way too long to build git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.0.x@989243 13f79535-47bb-0310-9956-ffa450edef68 --- openjpa-all/pom.xml | 36 ++++++++++++++--------------- openjpa-integration/pom.xml | 23 ++++++++++-------- openjpa-project/source-assembly.xml | 2 ++ openjpa/pom.xml | 2 +- pom.xml | 36 +++++++++++++++++++++++++---- 5 files changed, 65 insertions(+), 34 deletions(-) diff --git a/openjpa-all/pom.xml b/openjpa-all/pom.xml index f235874ce..e9b7c6062 100644 --- a/openjpa-all/pom.xml +++ b/openjpa-all/pom.xml @@ -36,23 +36,6 @@ jar OpenJPA Aggregate Jar with Dependencies - - - - org.apache.openjpa - openjpa - ${project.version} - - - - commons-logging - commons-logging - - - @@ -98,7 +81,7 @@ true - true + ${createSources} true true + + org.apache.openjpa + openjpa + ${project.version} + + + + commons-logging + commons-logging + + diff --git a/openjpa-integration/pom.xml b/openjpa-integration/pom.xml index 0974b955d..4c3a9321c 100644 --- a/openjpa-integration/pom.xml +++ b/openjpa-integration/pom.xml @@ -44,15 +44,18 @@ - - - - org.apache.maven.plugins - maven-javadoc-plugin - - true - - - + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + true + + true + + + diff --git a/openjpa-project/source-assembly.xml b/openjpa-project/source-assembly.xml index d17aff015..8c062fa71 100644 --- a/openjpa-project/source-assembly.xml +++ b/openjpa-project/source-assembly.xml @@ -36,6 +36,8 @@ **/target/** **/*.log + **/.* + **/.*/** diff --git a/openjpa/pom.xml b/openjpa/pom.xml index c5a1b127e..1e7279c1e 100644 --- a/openjpa/pom.xml +++ b/openjpa/pom.xml @@ -66,7 +66,7 @@ true - true + ${createSources} true true ignore + + verify + true 10.5.3.0_1 1.8.0.10 @@ -250,7 +253,7 @@ javadoc-profile @@ -590,14 +593,28 @@ jmock-junit3 2.5.1 + + junit + junit + 3.8.1 + + + net.sourceforge.findbugs + annotations + 1.3.2 + + + net.sourceforge.findbugs + annotations + provided + junit junit - 3.8.1 test @@ -821,6 +838,11 @@ + + org.codehaus.mojo + findbugs-maven-plugin + 2.3.1 + @@ -835,6 +857,7 @@ attach-sources + ${createSource} jar test-jar @@ -954,11 +977,14 @@ javadoc - test-javadoc + + org.apache.maven.plugins + maven-surefire-plugin + org.codehaus.mojo jdepend-maven-plugin