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 2015/05/06 07:57:56 UTC

[3/4] struts git commit: Uses proper path to docs

Uses proper path to docs


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

Branch: refs/heads/struts-2-3-20-1
Commit: b01a7d566ad219b6bc5da59d99a592d65b51ccd3
Parents: d832747
Author: Lukasz Lenart <lu...@apache.org>
Authored: Wed May 6 07:49:45 2015 +0200
Committer: Lukasz Lenart <lu...@apache.org>
Committed: Wed May 6 07:49:45 2015 +0200

----------------------------------------------------------------------
 assembly/pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts/blob/b01a7d56/assembly/pom.xml
----------------------------------------------------------------------
diff --git a/assembly/pom.xml b/assembly/pom.xml
index bf520e6..9e63d43 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -16,6 +16,8 @@
             <plugin>
                 <artifactId>maven-site-plugin</artifactId>
                 <configuration>
+                    <skip>true</skip>
+                    <skipDeploy>true</skipDeploy>
                     <generateReports>false</generateReports>
                 </configuration>
             </plugin>
@@ -100,7 +102,7 @@
                                     <arg value="--directory-prefix=${project.build.directory}/cwiki" />
                                     <arg value="--no-check-certificate" />
                                     <arg value="-r" />
-                                    <arg value="http://struts.apache.org/development/2.x/docs/" />
+                                    <arg value="http://struts.apache.org/docs/" />
                                 </exec>
                                 <delete>
                                     <fileset dir="${project.build.directory}/cwiki/" includes="**/index.*" />