Repository: syncope Updated Branches: refs/heads/master 575f02b4a -> 924ce3e03
[SYNCOPE-700] Adjusting image refs Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/924ce3e0 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/924ce3e0 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/924ce3e0 Branch: refs/heads/master Commit: 924ce3e036a1481d72dd7218dfcf3b0e55e16d4a Parents: 575f02b Author: Francesco Chicchiriccò <[email protected]> Authored: Sat Jul 30 16:34:44 2016 +0200 Committer: Francesco Chicchiriccò <[email protected]> Committed: Sat Jul 30 16:34:44 2016 +0200 ---------------------------------------------------------------------- pom.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/924ce3e0/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b1b3295..49bb331 100644 --- a/pom.xml +++ b/pom.xml @@ -1834,7 +1834,6 @@ under the License. <configuration> <doctype>book</doctype> <relativeBaseDir>true</relativeBaseDir> - <imagesDir>${basedir}/src/main/asciidoc/images</imagesDir> <sourceHighlighter>highlightjs</sourceHighlighter> <attributes> <docVersion>${project.version}</docVersion> @@ -1858,6 +1857,7 @@ under the License. <configuration> <sourceDocumentName>getting-started/getting-started.adoc</sourceDocumentName> <backend>html</backend> + <imagesDir>./images</imagesDir> </configuration> </execution> <execution> @@ -1869,6 +1869,7 @@ under the License. <configuration> <sourceDocumentName>getting-started/getting-started.adoc</sourceDocumentName> <backend>pdf</backend> + <imagesDir>${basedir}/src/main/asciidoc/images</imagesDir> <attributes> <pdf-stylesdir>${basedir}/src/main/asciidoc</pdf-stylesdir> <pdf-style>syncope</pdf-style> @@ -1884,6 +1885,7 @@ under the License. <configuration> <sourceDocumentName>reference-guide/reference-guide.adoc</sourceDocumentName> <backend>html</backend> + <imagesDir>./images</imagesDir> </configuration> </execution> <execution> @@ -1895,6 +1897,7 @@ under the License. <configuration> <sourceDocumentName>reference-guide/reference-guide.adoc</sourceDocumentName> <backend>pdf</backend> + <imagesDir>${basedir}/src/main/asciidoc/images</imagesDir> <attributes> <pdf-stylesdir>${basedir}/src/main/asciidoc</pdf-stylesdir> <pdf-style>syncope</pdf-style>
