dev@javaserverfaces.java.net

Re: ACTION: Re: svn commit: r5451 - trunk/jsf-api/jsf-api-pom.xml

From: Ed Burns <Ed.Burns_at_Sun.COM>
Date: Thu, 18 Sep 2008 03:54:37 -0400

>>>>> On Wed, 17 Sep 2008 23:26:39 -0700, Ryan Lubke <Ryan.Lubke_at_Sun.COM> said:

RL> Ed,
RL> Please revert your change. We'll be publishing stubs under javax.faces
RL> with a spec version of 2.0.

Without this change, the jars get published as

~/.m2/repository/com/sun/faces/mojarra-jsf-api/${impl.version}/mojarra-jsf-api-2.0.0-SNAPSHOT.jar

With the change, they get published as

~/.m2/repository/com/sun/faces/mojarra-jsf-api/2.0.0-SNAPSHOT/mojarra-jsf-api-2.0.0-SNAPSHOT.jar

RL> The actual API included with the implementation (i.e. jsf-api +
RL> jsf-impl) need to be versioned at 2.0.0.

Right. That's what this change gives you.

If you do not observe this behavior, then I'll gladly revert the change,
but I assert that my change *does* give the behavior you request. At
least, that's the behavior I observe it gives me.

Ed