Re: maven2 was plugin

2008-05-10 Thread Turgay

Thank you for your reply. We have found a similiar solution.

However, I think here is the point needed to be specified clearly : it
requires a WAS installation (or somehow some part of it) on local machine or
smart mapping to a remote WAS installation.

Thanks


easygoing wrote:
 
 Here is my solution
 
 mvn org.codehaus.mojo:was6-maven-plugin:1.0-alpha-2:installApp
 -Dwas6.wasHome=C:\webSphere\AppServer -Dwas6.host=xxx.xxx.xxx.xxx
 -Dwas6.conntype=SOAP -Dwas6.username=${username}
 -Dwas6.password=${password} 
 -Dwas6.earFile=c:\temp\testWeb_war.ear 
 
 In my case, 
 It works only when there is already deployed application with the same
 name  with that project's coodinate
 ( groudId:artifactId:version ) in Websphere server.
 
 so, dont forget deploy the one (have the same name that project's
 coodinate)  first
 
 I don't know why and I wonder why.
 
 
 

-- 
View this message in context: 
http://www.nabble.com/maven2-was-plugin-tp17061567p17166499.html
Sent from the Maven - Users mailing list archive at Nabble.com.


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



Re: maven2 was plugin

2008-05-06 Thread Turgay


 Hi,
 I have the same problem. I could not find a way.
 Could you find?

Thanks
 



Guillaume Boucherie wrote:
 
 Hum,
 
 Ok thank you, I will try it.
 
 Guillaume Boucherie
 
 
 2008/5/5, [EMAIL PROTECTED] [EMAIL PROTECTED]:

 You must use the plugin on a machine where Websphere is installed, but
 you
 can deploy TO any machine running websphere by setting the configuration
 parameters of host, port,username and password.

 Robert Egan

 Guillaume Boucherie [EMAIL PROTECTED] wrote on 05/05/2008
 09:23:17 AM:


  Hi all,
 
  I'm trying to find a maven2 plugin for was.
  I'm want to be able to deploy an ear on a remote websphere.
 
  I'm trying the was6 maven plugin from codehaus
  http://mojo.codehaus.org/was6-maven-plugin/index.html
  But with this plugin I must run maven on the same machine where
 websphere is
  install.
 
  Does anybody know a plugin that do this work ?
 
  Thanks

 
 This email message and any attachments may contain confidential,
 proprietary or non-public information.  The information is intended
 solely
 for the designated recipient(s).  If an addressing or transmission error
 has misdirected this email, please notify the sender immediately and
 destroy this email.  Any review, dissemination, use or reliance upon this
 information by unintended recipients is prohibited.  Any opinions
 expressed in this email are those of the author personally.

 
 

-- 
View this message in context: 
http://www.nabble.com/maven2-was-plugin-tp17061567p17087116.html
Sent from the Maven - Users mailing list archive at Nabble.com.


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