Author: musachy Date: Thu Jan 15 10:43:28 2009 New Revision: 734777 URL: http://svn.apache.org/viewvc?rev=734777&view=rev Log: add username as a parameter for doc generation(remote ssh exec)
Modified: struts/struts2/trunk/assembly/pom.xml Modified: struts/struts2/trunk/assembly/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/assembly/pom.xml?rev=734777&r1=734776&r2=734777&view=diff ============================================================================== --- struts/struts2/trunk/assembly/pom.xml (original) +++ struts/struts2/trunk/assembly/pom.xml Thu Jan 15 10:43:28 2009 @@ -248,8 +248,8 @@ <configuration> <tasks> <mkdir dir="${project.build.directory}/cwiki" /> - <exec executable="ssh" failonerror="true"> - <arg line="people.apache.org /www/struts.apache.org/2.x/docs-zip2.sh" /> + <exec executable="ssh" failonerror="true" > + <arg line="${userna...@people.apache.org /www/struts.apache.org/2.x/docs-zip2.sh" /> </exec> <exec executable="wget"> <arg value="--progress=dot:mega" />