Adjust pom so that it creates target/docbkx/webhelp/network-admin/admin/

Change-Id: I311257ed7ebb4803923ee735d4e450cbbe8c7a13
This commit is contained in:
dcramer 2013-09-10 10:07:47 -07:00
parent ddbd734e93
commit 34d6db3e51

View File

@ -47,9 +47,9 @@
<sectionLabelIncludesComponentLabel>0</sectionLabelIncludesComponentLabel> <sectionLabelIncludesComponentLabel>0</sectionLabelIncludesComponentLabel>
<webhelpDirname>admin</webhelpDirname> <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> <includeDateInPdfFilename>0</includeDateInPdfFilename>
<pdfFilenameBase>bk-neutron-admin-guide-${release.path.name}</pdfFilenameBase> <pdfFilenameBase>network-admin-guide</pdfFilenameBase>
</configuration> </configuration>
</execution> </execution>
@ -62,9 +62,9 @@
<configuration> <configuration>
<postProcess> <postProcess>
<delete includeemptydirs="true" verbose="true"> <delete includeemptydirs="true" verbose="true">
<fileset dir="${basedir}/target/docbkx/webhelp/${release.path.name}" > <fileset dir="${basedir}/target/docbkx/webhelp" >
<include name="**/*"/> <include name="**/*"/>
<exclude name="openstack-network/**"/> <exclude name="network-admin/**"/>
</fileset> </fileset>
</delete> </delete>
</postProcess> </postProcess>