Copy the release notes during site build and add a link to it in the menu.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@371107 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -27,6 +27,9 @@
|
||||
-
|
||||
- This goal assumes that commons-build is checked out as a sibling
|
||||
- to the directory we are doing the build in.
|
||||
-
|
||||
- Copy the release notes into the target directory, so that they
|
||||
- are available on the website.
|
||||
================================================================== -->
|
||||
|
||||
<postGoal name="xdoc:copy-resources">
|
||||
@@ -35,6 +38,11 @@
|
||||
<include name='**/*'/>
|
||||
</fileset>
|
||||
</copy>
|
||||
<copy todir="${basedir}/target/docs/" failonerror="false">
|
||||
<fileset dir="${basedir}">
|
||||
<include name='RELEASE-NOTES.txt'/>
|
||||
</fileset>
|
||||
</copy>
|
||||
</postGoal>
|
||||
|
||||
<!-- ==================================================================
|
||||
|
||||
Reference in New Issue
Block a user