wasHome con docker windows

Viewed 15

I have a docker environment with was in Windows 11, when I install the mvn in IntelliJ IDEA it throws me:

"The parameters 'wasHome' for goal com.orctom.mojo:was-maven-plugin:1.0.8:deploy are missing or invalid"

enter image description here


enter image description here

I edit the ${wasHome} in the EAR in pom.xml

/opt/IBM/WebSphere/AppServer

but I have to make that modification in each project, ideally it should not be done that way. since for that the environment variables are configured in the IntelliJ IDEA.

0 Answers
Related