dev@glassfish.java.net

EL Jar in Maven 2 repository non correctly compiled

From: Antonio Petrelli <antonio.petrelli_at_gmail.com>
Date: Wed, 30 Apr 2008 21:06:03 +0200

Hi all!
I hope that I am writing to the correct mailing list.
The "el-api" jar in Maven 2 repository seems to be compiled for Java 1.4.
http://download.java.net/maven/2/javax/el/el-api/1.0/

I am trying to use it for JUEL:
http://juel.sourceforge.net/
And I receive compile errors in ExpressionFactoryImpl, that extends
javax.el.ExpressionFactory, but removing generics it compiles.
Using the Jar in the Maven 1 repository, it does not need recompiling.
http://download.java.net/maven/1/javax.el/jars/

Can you fix the Maven 2 jars, please?

Thanks
Antonio