You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2015/09/04 16:38:56 UTC

activemq-artemis git commit: fixing gitbook execution

Repository: activemq-artemis
Updated Branches:
  refs/heads/master e967ccccc -> e800ef812


fixing gitbook execution


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/e800ef81
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/e800ef81
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/e800ef81

Branch: refs/heads/master
Commit: e800ef81230f8145629330d396c58aa695fef741
Parents: e967ccc
Author: Clebert Suconic <cl...@apache.org>
Authored: Fri Sep 4 10:36:45 2015 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Fri Sep 4 10:38:32 2015 -0400

----------------------------------------------------------------------
 artemis-website/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/e800ef81/artemis-website/pom.xml
----------------------------------------------------------------------
diff --git a/artemis-website/pom.xml b/artemis-website/pom.xml
index 479a727..a619431 100644
--- a/artemis-website/pom.xml
+++ b/artemis-website/pom.xml
@@ -58,7 +58,7 @@
          <artifactId>artemis-selector</artifactId>
          <version>${project.version}</version>
       </dependency>
-      
+
       <!-- stuff needed to resolve various classes during javadoc processing -->
       <dependency>
           <groupId>org.jboss.logging</groupId>
@@ -143,14 +143,14 @@
                               <exec executable="${gitbook.cmd}">
                                  <arg value="build" />
                                  <arg value="${basedir}/../docs/user-manual/en" />
-                                 <arg value="--output=${webapp-outdir-user-manual}" />
+                                 <arg value="${webapp-outdir-user-manual}" />
                               </exec>
                               <mkdir dir="${webapp-outdir-hacking-guide}/gitbook" />
                               <echo>executing ${gitbook.cmd}</echo>
                               <exec executable="${gitbook.cmd}">
                                  <arg value="build" />
                                  <arg value="${basedir}/../docs/hacking-guide/en" />
-                                 <arg value="--output=${webapp-outdir-hacking-guide}" />
+                                 <arg value="${webapp-outdir-hacking-guide}" />
                               </exec>
                            </target>
                         </configuration>