Re: Maven3, ssh wagon - add wagon without modifying project pom.xml

2011-01-28 Thread Marcin Kuthan
Hi Brian You can add wagon-ssh libary to the M2_HOME/lib directory. I didn't test this configuration but it should work. Marcin On 27 January 2011 00:53, Brian Ferris wrote: > I discovered that with the upgrade to Maven 3, the ssh wagon is no longer > included by default, which became an issue

Re: Maven3, ssh wagon - add wagon without modifying project pom.xml

2011-01-26 Thread Oleg Estekhin
... -Исходное сообщение- From: Brian Ferris Sent: Thursday, January 27, 2011 2:53 AM To: users@maven.apache.org Subject: Maven3, ssh wagon - add wagon without modifying project pom.xml I discovered that with the upgrade to Maven 3, the ssh wagon is no longer included by default, which became an

Maven3, ssh wagon - add wagon without modifying project pom.xml

2011-01-26 Thread Brian Ferris
I discovered that with the upgrade to Maven 3, the ssh wagon is no longer included by default, which became an issue when I wanted to do an scp based deployment. I understand that this issue can be fixed by adding an reference to the ssh wagon in the project's pom.xml. However, this necessarily