File tree Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 208208 <plugin >
209209 <groupId >com.agilejava.docbkx</groupId >
210210 <artifactId >docbkx-maven-plugin</artifactId >
211- <version >2.0.6 </version >
211+ <version >2.0.11 </version >
212212 <executions >
213213 <execution >
214214 <goals >
230230 <includes >index.xml</includes >
231231 <chunkedOutput >true</chunkedOutput >
232232 <htmlStylesheet >css/html.css</htmlStylesheet >
233+ <highlightSource >1</highlightSource >
233234 <xincludeSupported >true</xincludeSupported >
234235 <htmlCustomization >src/docbkx/resources/xsl/html_chunk.xsl</htmlCustomization >
235236 <foCustomization >src/docbkx/resources/xsl/fopdf.xsl</foCustomization >
236- <entities >
237- <entity >
238- <name >version</name >
239- <value >${pom.version} </value >
240- </entity >
241- </entities >
242237 <postProcess >
243238 <copy todir =" target/site/reference" >
244239 <fileset dir =" target/docbkx" >
Original file line number Diff line number Diff line change 44
55 <bookinfo >
66 <title >Spring Web Services - Reference Documentation</title >
7- <releaseinfo >& version; </releaseinfo >
7+ <releaseinfo ><? eval ${project. version}?> </releaseinfo >
88
99 <authorgroup >
1010 <author >
Original file line number Diff line number Diff line change 474474 </para >
475475<screen >mvn archetype:create -DarchetypeGroupId=org.springframework.ws \
476476 -DarchetypeArtifactId=spring-ws-archetype \
477- -DarchetypeVersion=2.0.0-RC2 \
477+ -DarchetypeVersion=<? eval ${project.version}?> \
478478 -DgroupId=com.mycompany.hr \
479479 -DartifactId=holidayService
480480</screen >
You can’t perform that action at this time.
0 commit comments