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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
