imk / docbkx-tools

Automatically exported from code.google.com/p/docbkx-tools
0 stars 0 forks source link

Passing in docbook properties via the command line #92

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Allow passing xsl and some docbkx parameter using the command line or pom 
properties.

properties will be prefixed with "docbkx." and will use the java naming schema. 

Example: the xslt property "draft.mode" will be accessible by "docbkx.draftMode"

These new properties can be defined in command line:

$ mvn docbkx:generate-pdf -Ddocbkx.draftMode="true"

Other information about properties can be found at 
http://www.sonatype.com/books/mvnref-book/reference/writing-plugins-sect-mojo-pa
rams.html

Original issue reported on code.google.com by MimilO...@gmail.com on 9 Sep 2012 at 8:31

GoogleCodeExporter commented 9 years ago
commited in r259

Original comment by MimilO...@gmail.com on 9 Sep 2012 at 8:41

GoogleCodeExporter commented 9 years ago

Original comment by MimilO...@gmail.com on 19 Jan 2014 at 7:16