You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Böhringer Jochen <Jo...@tcc-products.de> on 2004/12/13 13:51:43 UTC

was5 plugin 1.2 / maven 1.0.1

Hi,

I have two questions regarding the was5 plugin:

Security: I try to use the following snippet in my build.properties file to pass username and password to the wsadmin script.

maven.was5.script.username=admin
maven.was5.script.password=xxx

But I get an error telling me, that maven cannot connect to the soap port on localhost. If I set the username and password in the soap.client.props file of my websphere installation it works.

I have found mails on this topic a month ago on the mailing list, but without a solution using the build.properties file. Is this a bug in the current release?

Another question on using the was5 plugin: I have used the jboss plugin to integrate my ear application with jboss. I created an own maven project for the jboss plugin with a dependency referencing the ear artifact. 
Having a look at the was5 plugin it seems to me, that I don't create an extra project but call the maven task (e.g. was5:installApp) directly on the ear project. Am I right, or have I missed something?

Thx

Jochen

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org