Hi,
I want to create a goal which deploys to our qa box. I figured I'd use custom
goals with ant's ftp option. However, it doesn't seem to do anything. I've
tried the exact same thing in ant and it works fine. Here's my maven.xml:
<?xml version="1.0"?>
<project
default="jar:jar"
xmlns:j="jelly:core"
xmlns:u="jelly:util"
xmlns:ant="jelly:ant">
<goal name="qa_deploy">
<ant:ftp server="qa_server"
userid="qa_user"
password="qa_password">
<ant:fileset file="myjar.jar"/>
</ant:ftp>
</goal>
</project>
Any ideas what's wrong?
Thanks,
Ben
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]