You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by pl...@apache.org on 2015/06/02 20:11:33 UTC

[2/2] incubator-tamaya git commit: The AsciiDoctor plugin will preserve the directory structure of the documentation folder.

The AsciiDoctor plugin will preserve the directory structure of the documentation folder.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/af8b3609
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/af8b3609
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/af8b3609

Branch: refs/heads/master
Commit: af8b360967df931bac376a07c66d6eefbe755823
Parents: 98f7969
Author: Oliver B. Fischer <pl...@apache.org>
Authored: Tue Jun 2 20:10:50 2015 +0200
Committer: Oliver B. Fischer <pl...@apache.org>
Committed: Tue Jun 2 20:10:50 2015 +0200

----------------------------------------------------------------------
 docs/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/af8b3609/docs/pom.xml
----------------------------------------------------------------------
diff --git a/docs/pom.xml b/docs/pom.xml
index dc21170..67bac70 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -94,7 +94,7 @@ under the License.
                             <backend>html</backend>
                             <embedAssets>true</embedAssets>
                             <imagesDir>${project.basedir}/images/icons</imagesDir>
-                            <sourceDirectory>.</sourceDirectory>
+                            <preserveDirectories>true</preserveDirectories>
                         </configuration>
                     </execution>
                 </executions>