Adjust pom so that it creates target/docbkx/webhelp/network-admin/admin/
Change-Id: I311257ed7ebb4803923ee735d4e450cbbe8c7a13
This commit is contained in:
parent
ddbd734e93
commit
34d6db3e51
@ -47,9 +47,9 @@
|
||||
<sectionLabelIncludesComponentLabel>0</sectionLabelIncludesComponentLabel>
|
||||
|
||||
<webhelpDirname>admin</webhelpDirname>
|
||||
<targetDirectory>${basedir}/target/docbkx/webhelp/${release.path.name}/network-admin</targetDirectory>
|
||||
<targetDirectory>${basedir}/target/docbkx/webhelp/network-admin</targetDirectory>
|
||||
<includeDateInPdfFilename>0</includeDateInPdfFilename>
|
||||
<pdfFilenameBase>bk-neutron-admin-guide-${release.path.name}</pdfFilenameBase>
|
||||
<pdfFilenameBase>network-admin-guide</pdfFilenameBase>
|
||||
|
||||
</configuration>
|
||||
</execution>
|
||||
@ -62,9 +62,9 @@
|
||||
<configuration>
|
||||
<postProcess>
|
||||
<delete includeemptydirs="true" verbose="true">
|
||||
<fileset dir="${basedir}/target/docbkx/webhelp/${release.path.name}" >
|
||||
<fileset dir="${basedir}/target/docbkx/webhelp" >
|
||||
<include name="**/*"/>
|
||||
<exclude name="openstack-network/**"/>
|
||||
<exclude name="network-admin/**"/>
|
||||
</fileset>
|
||||
</delete>
|
||||
</postProcess>
|
||||
|
Loading…
Reference in New Issue
Block a user