Re: maven and ssh via jsch library?

2005-06-15 Thread dan tran
dont know to much about this yet, but here it is

http://svn.apache.org/repos/asf/maven/wagon/trunk/wagon-providers/wagon-ssh/

-D

On 6/14/05, Alexandre Touret [EMAIL PROTECTED] wrote:
 phillip rhodes wrote:
 
 I need to do some ssh commands in maven.
 
 Has anyone ever used jsch in maven?   I would expect
 to see it documented as a plugin, but numerous
 searches for ssh and maven did not return any
 information.
 
 Thanks.
 
 
 I tried to do this a few time ago with Maven 1.0.2.. I capitulated after
 a few hours. I did a ant script which I call by a goal in maven.xml
 
 Alexandre
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


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



Re: maven and ssh via jsch library?

2005-06-15 Thread Alexandre Touret

dan tran wrote:


dont know to much about this yet, but here it is

http://svn.apache.org/repos/asf/maven/wagon/trunk/wagon-providers/wagon-ssh/

-D

On 6/14/05, Alexandre Touret [EMAIL PROTECTED] wrote:
 


phillip rhodes wrote:

   


I need to do some ssh commands in maven.

Has anyone ever used jsch in maven?   I would expect
to see it documented as a plugin, but numerous
searches for ssh and maven did not return any
information.

Thanks.


 


I tried to do this a few time ago with Maven 1.0.2.. I capitulated after
a few hours. I did a ant script which I call by a goal in maven.xml

Alexandre

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


   



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



 


I saw it, but I didnt test it.


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



RE: maven and ssh via jsch library?

2005-06-15 Thread Lakshmanaswamy, Karthikeyan \(Cognizant\)

Hi

I am new to this maven framework, Can any one send me a sample
small web application in Java build using maven framework or please send
me the reference link from where I, can get this web project.

Thanks
Karthikeyan.

-Original Message-
From: Alexandre Touret [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 15, 2005 11:25 AM
To: Maven Users List
Subject: Re: maven and ssh via jsch library?

phillip rhodes wrote:

I need to do some ssh commands in maven.

Has anyone ever used jsch in maven?   I would expect
to see it documented as a plugin, but numerous
searches for ssh and maven did not return any
information.

Thanks.
 

I tried to do this a few time ago with Maven 1.0.2.. I capitulated after

a few hours. I did a ant script which I call by a goal in maven.xml

Alexandre

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



This e-mail and any files transmitted with it are for the sole use of the 
intended recipient(s) and may contain confidential and privileged information.
If you are not the intended recipient, please contact the sender by reply 
e-mail and destroy all copies of the original message.
Any unauthorised review, use, disclosure, dissemination, forwarding, printing 
or copying of this email or any action taken in reliance on this e-mail is 
strictly
prohibited and may be unlawful.

  Visit us at http://www.cognizant.com

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



RE: maven and ssh via jsch library?

2005-06-15 Thread Yann LE DU
Hi Karthikeyan,

Not sure we can attach files to posts, but with Maven
2, you can build a little sample web app on your own
(found on
http://maven.apache.org/maven2/getting-started.html) :

m2 archetype:create \
   -DgroupId=com.mycompany.app -DartifactId=my-webapp \
   -DarchetypeArtifactId=maven-archetype-webapp

Regards,

Yann

-- Mail d'origine ---

 De : quot;Lakshmanaswamy, Karthikeyan
(Cognizant)quot; [EMAIL PROTECTED]
 A  : quot;Maven Users Listquot;
users@maven.apache.org
 Cc :
 Date   : Wed, 15 Jun 2005 14:59:10 +0530
 Objet  : RE: maven and ssh via jsch library?



-
-Hi
-
-   I am new to this maven framework, Can any one send me
a sample
-small web application in Java build using maven
framework or please send
-me the reference link from where I, can get this web
project.
-
-Thanks
-Karthikeyan.
-
--Original Message-
-From: Alexandre Touret [mailto:[EMAIL PROTECTED]
-Sent: Wednesday, June 15, 2005 11:25 AM
-To: Maven Users List
-Subject: Re: maven and ssh via jsch library?
-
-phillip rhodes wrote:
-
-I need to do some ssh commands in maven.
-
-Has anyone ever used jsch in maven?   I would expect
-to see it documented as a plugin, but numerous
-searches for ssh and maven did not return any
-information.
-
-Thanks.
- 
-
-I tried to do this a few time ago with Maven 1.0.2.. I
capitulated after
-
-a few hours. I did a ant script which I call by a goal
in maven.xml
-
-Alexandre
-
--
-To unsubscribe, e-mail: [EMAIL PROTECTED]
-For additional commands, e-mail:
[EMAIL PROTECTED]
-
-
-
-This e-mail and any files transmitted with it are for
the sole use of the intended recipient(s) and may
contain confidential and privileged information.
-If you are not the intended recipient, please contact
the sender by reply e-mail and destroy all copies of
the original message.
-Any unauthorised review, use, disclosure,
dissemination, forwarding, printing or copying of this
email or any action taken in reliance on this e-mail is
strictly
-prohibited and may be unlawful.
-
-  Visit us at http://www.cognizant.com
-
--
-To unsubscribe, e-mail: [EMAIL PROTECTED]
-For additional commands, e-mail:
[EMAIL PROTECTED]
-
-


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



Re: maven and ssh via jsch library?

2005-06-14 Thread Alexandre Touret

phillip rhodes wrote:


I need to do some ssh commands in maven.

Has anyone ever used jsch in maven?   I would expect
to see it documented as a plugin, but numerous
searches for ssh and maven did not return any
information.

Thanks.
 

I tried to do this a few time ago with Maven 1.0.2.. I capitulated after 
a few hours. I did a ant script which I call by a goal in maven.xml


Alexandre

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