From 82c4e2693217165165f8c553eead56deda37a502 Mon Sep 17 00:00:00 2001 From: Marc Prud'hommeaux Date: Fri, 17 Nov 2006 00:13:19 +0000 Subject: [PATCH] Made the source assembly unpack into a different folder than the binary assembly (for example, the binary assembly might unpack to "openjpa-project-0.9.7-incubating-SNAPSHOT", and the source assembly will unpack to "openjpa-project-0.9.7-incubating-SNAPSHOT-source"). git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@475995 13f79535-47bb-0310-9956-ffa450edef68 --- openjpa-project/source-assembly.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/openjpa-project/source-assembly.xml b/openjpa-project/source-assembly.xml index 155c60b5d..5d87ad713 100644 --- a/openjpa-project/source-assembly.xml +++ b/openjpa-project/source-assembly.xml @@ -19,11 +19,17 @@ zip - true + + false .. - + ${artifactId}-${version}-source **/target/** @@ -38,6 +44,7 @@ http://www.apache.org/legal/src-headers.html#notice --> + ${artifactId}-${version}-source README DISCLAIMER