Hi
I've read the plugin documentation but still it is not clear for me how to
deploy a war built with maven glassfish plugin to a remote running
glassfish.
My objective is to have the following scenario running everynight (we use
continuum):
1) a war package of my HTTP servlet is built with maven glassfish plugin,
2) this war package is deployed in a remote glassfish server used for a
testing,
3) JUnit tests are executed on the local machine using the remote glassfish
server as the target system
Could you explain me how to configure the maven glassfish plugin pom.xml and
the remote glassfish server ?
Thanks in advance
Pascal