Changes pom file so WADL is also copied to docs.openstack.org
Change-Id: I97ff91ed698e11b9053b8c5e3af1146d37e6d2e2
This commit is contained in:
parent
9cecdf8ae2
commit
243f25b30c
@ -137,6 +137,12 @@
|
||||
</fileset>
|
||||
</copy>
|
||||
|
||||
<!-- Copies wadl to a folder -->
|
||||
<copy todir="${basedir}/target/docbkx/webhelp/api/openstack-compute/1.1/wadl/">
|
||||
<fileset dir="${basedir}/src/">
|
||||
<include name="**/*.wadl" />
|
||||
</fileset>
|
||||
</copy>
|
||||
<!--Moves PDFs to the needed placement -->
|
||||
<move failonerror="false"
|
||||
file="${basedir}/target/docbkx/pdf/os-compute-devguide.pdf"
|
||||
|
Loading…
x
Reference in New Issue
Block a user