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
This commit is contained in:
parent
204c6f5b47
commit
34f4c0188b
|
@ -43,8 +43,8 @@
|
||||||
</copy>
|
</copy>
|
||||||
|
|
||||||
<!-- Copy xdoc files -->
|
<!-- Copy xdoc files -->
|
||||||
<copy todir="${maven.dist.src.assembly.dir}/xdocs">
|
<copy todir="${maven.dist.src.assembly.dir}/src/site">
|
||||||
<fileset dir="xdocs"/>
|
<fileset dir="src/site"/>
|
||||||
</copy>
|
</copy>
|
||||||
|
|
||||||
</postGoal>
|
</postGoal>
|
||||||
|
|
Loading…
Reference in New Issue