users@glassfish.java.net

How to get javaee.jar (the implementation of GlassFish, not the pure API jar) with maven?

From: Markus Karg <karg_at_quipsy.de>
Date: Wed, 25 Jul 2012 09:57:04 +0200

Hello GlassFish Community,

 

I want to run unit tests with maven, so as a runtime replacement for the
pure-API "javaee-api" JAR (Maven coordinates = javax:javae-api:6) I need
to add a dependency on a "real" implementation of javaee.jar (which
includes the real classes for e. g. javax.ejb.EJBException and so
on).What are the coordinates to get this?

 

Thanks!

Markus