문제

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.

도움이 되었습니까?

해결책

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

다른 팁

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top