Re: [Important] Ugly bug in core pom.xml for 1.1.2 and 1.1.3

2006-04-26 Thread Manfred Geiler
On 4/25/06, Sean Schofield [EMAIL PROTECTED] wrote: Actually when you build a custom project with a myfaces-impl-1.1.2 dependency Maven 2.0.4 tries to download the myfaces-master-1.0.1 release(!) from http://cvs.apache.org/maven-snapshot-repository, which is subject to fail of course. Try it

Re: [Important] Ugly bug in core pom.xml for 1.1.2 and 1.1.3

2006-04-26 Thread Sean Schofield
We'd have to ask the maven people to republish just this artifact. Technically it requires a new vote, etc. Lets concentrate on the new release first. I'm about to start a [VOTE] thread once TCK testing is done. In the meantime, please check your independent project agains the jars in our new

[Important] Ugly bug in core pom.xml for 1.1.2 and 1.1.3

2006-04-24 Thread Manfred Geiler
The pom.xml of the myfaces-core-project artifact contains the following errornous lines: repositories repository snapshots / idapache-maven-snapshots/id urlhttp://cvs.apache.org/maven-snapshot-repository/url /repository /repositoriesAt least for the newest Maven 2.0.4 these lines make builds

Re: [Important] Ugly bug in core pom.xml for 1.1.2 and 1.1.3

2006-04-24 Thread Manfred Geiler
On 4/24/06, Sean Schofield [EMAIL PROTECTED] wrote: I think this is the wrong way to fix it.I'm not sure what changingthe releases enabled to false does (maybe someone can answer that) buthere's the way I see the problem.This IS the right way. Believe me. The snapshot element without content is a

Re: [Important] Ugly bug in core pom.xml for 1.1.2 and 1.1.3

2006-04-24 Thread Paul Spencer
For what it is worth, I have been using MyFaces 1.1.1 inside a web application built via Maven 2.0.4. To upgrade to 1.1.3-SNAPSHOT of MyFaces and Tomahawk I made the following changes to pom.xml 1) Removed the MyFaces 1.1.1 dependencies dependency groupIdmyfaces/groupId

Re: [Important] Ugly bug in core pom.xml for 1.1.2 and 1.1.3

2006-04-24 Thread Sean Schofield
Actually when you build a custom project with a myfaces-impl-1.1.2 dependency Maven 2.0.4 tries to download the myfaces-master-1.0.1 release(!) from http://cvs.apache.org/maven-snapshot-repository, which is subject to fail of course. Try it out! OK now I see what you are saying. I didn't