>>>>> 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