was-maven-plugin icon indicating copy to clipboard operation
was-maven-plugin copied to clipboard

Deploy artifact to one or more, local or remote WebSphere Application Server

Results 8 was-maven-plugin issues
Sort by recently updated
recently updated
newest added

Hi and thanks for the great job, it saved me a lot of time and headaches! I wrote a new method (update()) in a custom script (using yours as a...

Hi, is there a way to create deployment descriptor only without invokink it? Regards, Andras

Hi, Is it possible to extend plugin with new goal 'create'? It should create the deployment descriptors and run.sh. Scripts could be used then for manual deployments on remote WAS...

hi,i got a problem with remote deploy. The exception is "wrong wasHome or WAS_HOME:..". But i readed the code and finded that the process want to new a local file...

When executing maven command deploy, the WAS password is exposed in clear text. For security consideration this field should be offuscated.

Hello There, I am trying to deploy an ear to a local WAS server, and I get this error : ``` [INFO] [INFO] --- was-maven-plugin:1.1.3.3:deploy (deploy) @ MyProjectEar --- [INFO]...

need to add the option Single class loader for application

I am having an issue with the 1.1.3.2 plugin. When I deploy an application EAR file to WebSphere and the application EAR file is not already deployed to WebSphere, the...