Uses proper path to docs

This commit is contained in:
Lukasz Lenart
2015-05-06 07:49:45 +02:00
parent d832747d64
commit b01a7d566a
+3 -1
View File
@@ -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.*" />