Skip to content
This repository was archived by the owner on Jan 8, 2020. It is now read-only.

Commit 34f4c01

Browse files
committed
The docs moved to src/site, so adjusting the dist to pull them in from there
git-svn-id: https://svn.apache.org/repos/asf/commons/sandbox/csv/trunk@564039 13f79535-47bb-0310-9956-ffa450edef68
1 parent 204c6f5 commit 34f4c01

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

maven.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
</copy>
4444

4545
<!-- Copy xdoc files -->
46-
<copy todir="${maven.dist.src.assembly.dir}/xdocs">
47-
<fileset dir="xdocs"/>
46+
<copy todir="${maven.dist.src.assembly.dir}/src/site">
47+
<fileset dir="src/site"/>
4848
</copy>
4949

5050
</postGoal>

0 commit comments

Comments
 (0)