dblevins 2004/07/27 21:39:13
Modified: modules/assembly maven.xml Log: Undoing my change just for a moment Revision Changes Path 1.21 +3 -2 incubator-geronimo/modules/assembly/maven.xml Index: maven.xml =================================================================== RCS file: /home/cvs/incubator-geronimo/modules/assembly/maven.xml,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- maven.xml 28 Jul 2004 02:08:03 -0000 1.20 +++ maven.xml 28 Jul 2004 04:39:13 -0000 1.21 @@ -33,7 +33,8 @@ <j:set var="project.root" value="${pom.parentBasedir().getParentFile().getCanonicalFile()}"/> <!-- Determine what the top-level project root is --> - <j:set var="distDir" value="${project.root}/${pom.groupId}-${pom.currentVersion}"/> +<!-- <j:set var="distDir" value="${project.root}/${pom.groupId}-${pom.currentVersion}"/> --> + <j:set var="distDir" value="${project.root}/target"/> <!-- Load the global properties --> <ant:property file="${project.root}/etc/global.properties"/>