Search code examples
mavenpluginsglassfishunknown-host

Any alternative maven glassfish plugin?


Is there an alternative Maven Glassfish Plugin to this one?

I'm getting an "UnknownHostException: maven.ocean.net.au" when running mvn glassfish:deploy and I've read on many places on the internet and here on stackoverflow that there is in fact a problem with this server.


Solution

  • You could have a look at the maven cargo plugin which can deploy to multiple application server.