Adds post processing instruction to basic install pom.xml
to copy figures correctly. Change-Id: I60d5a77c0c52355a622db3143ae685ccaeabb2c6
This commit is contained in:
		@@ -105,6 +105,12 @@
 | 
			
		||||
              <sectionAutolabel>0</sectionAutolabel>
 | 
			
		||||
              <sectionLabelIncludesComponentLabel>0</sectionLabelIncludesComponentLabel>
 | 
			
		||||
              <postProcess>
 | 
			
		||||
                <!-- Copies the figures to the correct location for webhelp -->
 | 
			
		||||
                <copy todir="${basedir}/target/docbkx/webhelp/${release.path.name}/basic-install/content/figures">
 | 
			
		||||
                  <fileset dir="${basedir}/src/figures">
 | 
			
		||||
                    <include name="**/*.*" />
 | 
			
		||||
                  </fileset>
 | 
			
		||||
                </copy>
 | 
			
		||||
                <!-- Copies webhelp (HTML output) to desired URL location on docs.openstack.org -->
 | 
			
		||||
                <copy
 | 
			
		||||
                  todir="${basedir}/target/docbkx/webhelp/${release.path.name}/basic-install/">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user