mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
Uses proper path to docs
This commit is contained in:
+3
-1
@@ -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.*" />
|
||||
|
||||
Reference in New Issue
Block a user