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 19:44:27 UTC

incubator-tamaya git commit: Used property ${project.build.directory} to define the output directory for the AsciiDoctor documents.

Repository: incubator-tamaya
Updated Branches:
  refs/heads/master 0eeac92e5 -> 730835db6


Used property ${project.build.directory} to define the output directory for the AsciiDoctor documents.


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

Branch: refs/heads/master
Commit: 730835db69be7d9e7baa8e395bd99bf9b2b23835
Parents: 0eeac92
Author: Oliver B. Fischer <pl...@apache.org>
Authored: Tue Jun 2 19:43:14 2015 +0200
Committer: Oliver B. Fischer <pl...@apache.org>
Committed: Tue Jun 2 19:43:14 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/730835db/docs/pom.xml
----------------------------------------------------------------------
diff --git a/docs/pom.xml b/docs/pom.xml
index 40bafe0..dc21170 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -89,7 +89,7 @@ under the License.
                                 <tamayaVersion>${project.version}</tamayaVersion>
                             </attributes>
                             <baseDir>${project.basedir}</baseDir>
-                            <outputDirectory>target/adocs</outputDirectory>
+                            <outputDirectory>${project.build.directory}/adocs</outputDirectory>
                             <sourceHighlighter>coderay</sourceHighlighter>
                             <backend>html</backend>
                             <embedAssets>true</embedAssets>