I used the maven-ant run plugin instead and ftped the files over..Thanks
-----Original Message----- From: Bernd Bohmann [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2008 6:31 AM To: MyFaces Discussion Subject: Re: Problem with the My Faces Wagon Plugin Hello Praveen, can you use a relative inputDirectory target/gbi_backups. And can you send the debug output mvn -X Regards Bernd Durbha, Praveen (GE Healthcare) schrieb: > Hi, > > I am having a problem using the Wagon Plugin as described here > > http://myfaces.apache.org/wagon-maven-plugin/deploy-mojo.html > <blocked::http://myfaces.apache.org/wagon-maven-plugin/deploy-mojo.htm > l> > > > I have the plugin set up as below in my pom.xml file and I am > expecting the files in the <inputDirectory> gbi_backups to be FTPed on > to a remote server gbi-test..but it does not happen.. > > Any ideas ? > > Thanks > > <!-- Wagon Maven Plugin to deploy files into remote server --> > <plugin> > <groupId>org.apache.myfaces.maven</groupId> > <artifactId>wagon-maven-plugin</artifactId> > <configuration> > <id>gbi-test.am.med.ge.com</id> > > <inputDirectory>C:/dev/views/gbi_view/cbs_hlp/target/gbi_backups</inpu > tD > irectory> > <url>ftp://gbi-test</url> > </configuration> > </plugin> >

