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 : "Lakshmanaswamy, Karthikeyan (Cognizant)" [EMAIL PROTECTED] A : "Maven Users List" [email protected] 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]
