From 799f48c54a888d4696c42005000a1327751fa88e Mon Sep 17 00:00:00 2001 From: Donald Woods Date: Tue, 23 Mar 2010 15:00:12 +0000 Subject: [PATCH] merge in fix for source jar generation from 2.0.x branch. Developers can still turn off source jar generation for local builds by setting -DcreateSource=none and -DcreateSources=false git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@926606 13f79535-47bb-0310-9956-ffa450edef68 --- openjpa-all/pom.xml | 2 +- openjpa/pom.xml | 2 +- pom.xml | 32 +++++++++++++++++--------------- 3 files changed, 19 insertions(+), 17 deletions(-) diff --git a/openjpa-all/pom.xml b/openjpa-all/pom.xml index 36d76b3b8..936f9934a 100644 --- a/openjpa-all/pom.xml +++ b/openjpa-all/pom.xml @@ -60,7 +60,7 @@ true - true + ${createSources} true true ignore + + verify + true 10.5.3.0_1 1.8.0.10 @@ -154,7 +157,6 @@ - @@ -310,20 +312,6 @@ - - org.apache.maven.plugins - maven-source-plugin - - - attach-sources - verify - - jar - test-jar - - - - @@ -1022,6 +1010,20 @@ org.apache.maven.plugins maven-remote-resources-plugin + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + ${createSource} + + jar + test-jar + + + + org.codehaus.mojo ianal-maven-plugin