You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2017/03/31 05:48:05 UTC

[03/13] struts-site git commit: Upgrades to the latest version of exporter and sets Getting Started to export

Upgrades to the latest version of exporter and sets Getting Started to export


Project: http://git-wip-us.apache.org/repos/asf/struts-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts-site/commit/2de635de
Tree: http://git-wip-us.apache.org/repos/asf/struts-site/tree/2de635de
Diff: http://git-wip-us.apache.org/repos/asf/struts-site/diff/2de635de

Branch: refs/heads/master
Commit: 2de635dee325c3c343ca60e2726fd3dc7ab8242b
Parents: e4a6222
Author: Lukasz Lenart <lu...@gmail.com>
Authored: Thu Mar 30 09:07:02 2017 +0200
Committer: Lukasz Lenart <lu...@gmail.com>
Committed: Thu Mar 30 09:07:02 2017 +0200

----------------------------------------------------------------------
 pom.xml | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts-site/blob/2de635de/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 567c0cb..95c8aef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,7 @@
                 <dependency>
                     <groupId>de.viaboxx.markdown</groupId>
                     <artifactId>confluence2md</artifactId>
-                    <version>1.5.2</version>
+                    <version>2.1</version>
                     <classifier>fat</classifier>
                 </dependency>
             </dependencies>
@@ -94,12 +94,14 @@
                                         <argument>-a</argument>
                                         <argument>${project.build.directory}/md/attachments</argument>
                                         <argument>-o</argument>
-                                        <argument>${project.build.directory}/md/home.md</argument>
+                                        <argument>${project.build.directory}/md/getting-started.md</argument>
                                         <argument>-u</argument>
                                         <argument>${confluence.user}:${confluence.password}</argument>
                                         <argument>-server</argument>
                                         <argument>https://cwiki.apache.org/confluence</argument>
-                                        <argument>14153</argument>
+                                        <argument>+gfm</argument>
+                                        <argument>true</argument>
+                                        <argument>14811855</argument>
                                     </arguments>
                                 </configuration>
                             </execution>