morciuch 2004/04/08 22:16:35
Modified: . maven.xml
Log:
Synchronizing directory creation in dist:install and jar:install for compatibility
with Maven Beta 9 thru RC2
Revision Changes Path
1.13 +1 -1 jakarta-jetspeed/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/maven.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- maven.xml 8 Apr 2004 01:54:28 -0000 1.12
+++ maven.xml 9 Apr 2004 05:16:35 -0000 1.13
@@ -45,7 +45,7 @@
<attainGoal name="jar:install"/>
</goal>
<goal name="jar:install" prereqs="java:jar" description="Install the jar into
the local repository">
- <property name="jardir__" value="${maven.repo.local}/${pom.id}/jars"/>
+ <property name="jardir__"
value="${maven.repo.local}/${pom.artifactId}/jars"/>
<mkdir dir="${jardir__}"/>
<copy todir="${jardir__}">
<fileset dir="${maven.build.dir}">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]