I try to deploy my web application on Linux Server.
When I deploy on local Server GlassFish : It's ok. But, when I try to deploy on Linux Server Glassfish : maven try to call "asadmin.bat" in my local computer (OS : Windows). So Build is failed. I want Maven call "asadmin shell script" on the Linux Server.
How can I declare to maven-glassfish-plugin
the server Linux ?
You have to use a local asadmin.bat to delpoy on the remote Linux-Server.
Configure the
maven-glassfish-plugin
so that the glassfish-dir points on a local glassfish(windows) e.g.: