Repository: flex-falcon Updated Branches: refs/heads/develop 03bf909c8 -> aabc2c42d
- Fixed a problem with the paths of generated images Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/aabc2c42 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/aabc2c42 Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/aabc2c42 Branch: refs/heads/develop Commit: aabc2c42d3a6286e0fe2e4c1f7ccfbdd3e71b275 Parents: 03bf909 Author: Christofer Dutz <[email protected]> Authored: Mon Aug 1 10:58:44 2016 +0200 Committer: Christofer Dutz <[email protected]> Committed: Mon Aug 1 10:58:44 2016 +0200 ---------------------------------------------------------------------- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/aabc2c42/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e5ed2a8..b75bf54 100644 --- a/pom.xml +++ b/pom.xml @@ -416,7 +416,8 @@ <toc>left</toc> <toclevels>2</toclevels> <icons>font</icons> - <imagesdir>${project.build.directory}/site/images</imagesdir> + <imagesdir>images</imagesdir> + <imagesoutdir>${project.build.directory}/site/images</imagesoutdir> <sectanchors>true</sectanchors> <idprefix/> <idseparator>-</idseparator>
