dev@glassfish.java.net

Re: Seeking Review small mod to UEL poms

From: Kin-man Chung <Kin-Man.Chung_at_Sun.COM>
Date: Thu, 04 Feb 2010 11:10:11 -0800

Ed, you has been granted developer role in uel project!

Note that after your commit, we still need to promote el-impl and
integrate it into glassfish to see the effect. Do we also need
to do that for el-api?

On 02/04/10 10:09, Ed Burns wrote:
> Without these mods, UEL shows up with "Badly formed maven project" in
> NetBeans.
>
> Index: impl/pom.xml
> ===================================================================
> --- impl/pom.xml (revision 150)
> +++ impl/pom.xml (working copy)
> -123,6 +123,7 @@
> <extension>
> <groupId>org.jvnet.wagon-svn</groupId>
> <artifactId>wagon-svn</artifactId>
> + <version>1.9</version>
> </extension>
> </extensions>
> </build>
> Index: pom.xml
> ===================================================================
> --- pom.xml (revision 150)
> +++ pom.xml (working copy)
> -63,6 +63,7 @@
> <extension>
> <groupId>org.jvnet.wagon-svn</groupId>
> <artifactId>wagon-svn</artifactId>
> + <version>1.9</version>
> </extension>
> </extensions>
> </build>
>
> Kin-Man, is it ok to check this in?
>
> Can you please give edburns write status on uel.dev.java.net?
>
> Ed