dev@glassfish.java.net

manual update of the Java EE jar

From: Jerome Dochez <Jerome.Dochez_at_Sun.COM>
Date: Fri, 08 Feb 2008 16:52:20 -0800

Hi All

I modified the Java EE jar that we build with GlassFish v3, and since
we use a version (5.0) rather than a Snapshot, you need to manually
force the update in your local repository to get the new jar file and
compile successfully.

to do that just delete ~/.m2/repository/javax/javaee/javaee directory
and relaunch the build, it should automatically pick it up

alternatively you can rebuild v3/api directory.

Jerome