Has some one used wagon plugin in your pom xml. I was trying to ftp an ear
using the wagon plugin to a particular location in a remote server but i
dont see any options to provide the destination directory. If wagon can help
me in solving this requirement, could you please send me the entry for this
plugin in your pom xml. The entry for this plugin in my pom xml is

<plugin>
                        <groupId>org.apache.myfaces.maven</groupId>             
                        <artifactId>wagon-maven-plugin</artifactId>
                        <configuration>
                        <id>10.151.1.202</id>
                        <inputDirectory>${basedir}</inputDirectory>
                        <url>10.151.1.202</url>
                        </configuration>                        
                </plugin>

is this correct? and finally what is the command that is used to run this
mvn install was not helping me. I would appreciate if some one could throw
some light on this.
--
View this message in context: 
http://www.nabble.com/Doubt-in-using-wagon-plugin-t1506734.html#a4086387
Sent from the Maven - Users forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to