mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
Commented out ssh task
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@941743 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -259,10 +259,12 @@
|
||||
<configuration>
|
||||
<tasks>
|
||||
<mkdir dir="${project.build.directory}/cwiki" />
|
||||
<!--
|
||||
<exec executable="ssh" failonerror="true" >
|
||||
<arg line="${username}@people.apache.org /www/struts.apache.org/2.x/docs-zip2.sh" />
|
||||
</exec>
|
||||
<unzip src="${project.build.directory}/docs.zip" dest="${project.build.directory}/cwiki" />
|
||||
-->
|
||||
<exec executable="wget">
|
||||
<arg value="-erobots=off" />
|
||||
<arg value="-nH" />
|
||||
|
||||
Reference in New Issue
Block a user