0

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.

Henrique Ordine
  • 3,337
  • 4
  • 44
  • 70

2 Answers2

1

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

mszalbach
  • 10,612
  • 1
  • 41
  • 53
1

I'm using the maven-asadmin-plugin which just works as a wrapper for the asadmin CLI Tool

Markus
  • 569
  • 2
  • 4
  • 18