Which Maven Glassfish plugin to use?
Posted
by Nick Klauer
on Stack Overflow
See other posts from Stack Overflow
or by Nick Klauer
Published on 2009-12-02T22:27:53Z
Indexed on
2010/03/19
9:31 UTC
Read the original article
Hit count: 268
I've been trying to integrate deploying java .war's in Glassfish V3 through Maven. While I have found a few plugins, none of them look to be very active:
And I got the most information out of Eskato's Blog, it was written March 2008, so I don't know what the state of Glassfish Maven integration is, nor can I find a suitable plugin to work with. With the Maven Glassfish Plugin I have had some success, but it still doesn't work entirely well for all goals it says it supports, which makes some of the commands ineffective.
Has anyone else been able to integrate Glassfish V3 and Maven successfully? If so, what resources did you use to get it done?
© Stack Overflow or respective owner