You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ni...@apache.org on 2007/01/08 09:32:14 UTC

svn commit: r493981 - /jakarta/commons/proper/io/trunk/project.properties

Author: niallp
Date: Mon Jan  8 00:32:13 2007
New Revision: 493981

URL: http://svn.apache.org/viewvc?view=rev&rev=493981
Log:
Change the maven build so that the source distro unpacks to a different directory (as the ant one does)

Modified:
    jakarta/commons/proper/io/trunk/project.properties

Modified: jakarta/commons/proper/io/trunk/project.properties
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/io/trunk/project.properties?view=diff&rev=493981&r1=493980&r2=493981
==============================================================================
--- jakarta/commons/proper/io/trunk/project.properties (original)
+++ jakarta/commons/proper/io/trunk/project.properties Mon Jan  8 00:32:13 2007
@@ -35,6 +35,9 @@
 maven.javadoc.source=1.3
 maven.javadoc.overview=src/java/org/apache/commons/io/overview.html
 
+# Make the source distro unzip to a different directory
+maven.dist.src.assembly.dir=${maven.dist.assembly.dir}/src/${maven.final.name}-src
+
 maven.checkstyle.properties=checkstyle.xml
 
 maven.jdiff.new.tag=CURRENT



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org