JavaEE APIs accessible in Maven Repository
At last… Important news for those addicted to maven: finally the javaee-api has made it into an offical maven repository. Note that the mentioned repository has legacy layout, so remember to configure your maven/m2proxy/proximity or whatever accordingly.
Here is the blog entry announcing the publishing of the API. You can grab it
here . A usual dependency looks like this:
<dependency> <groupId> javaee </groupId> <artifactId> javaee-api </artifactId> <version> 5 </version> <scope> provided </scope> </dependency>

