Skip to content

Commit 09ba9fd

Browse files
author
Niall Pemberton
committed
Change the maven build so that the source distro unpacks to a different directory (as the ant one does)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@493981 13f79535-47bb-0310-9956-ffa450edef68
1 parent 9fa8d7a commit 09ba9fd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

project.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ maven.javadoc.links=http://java.sun.com/j2se/1.4/docs/api/
3535
maven.javadoc.source=1.3
3636
maven.javadoc.overview=src/java/org/apache/commons/io/overview.html
3737

38+
# Make the source distro unzip to a different directory
39+
maven.dist.src.assembly.dir=${maven.dist.assembly.dir}/src/${maven.final.name}-src
40+
3841
maven.checkstyle.properties=checkstyle.xml
3942

4043
maven.jdiff.new.tag=CURRENT

0 commit comments

Comments
 (0)