On Mon, 2008-29-09 at 09:37 +0200, Simon Kitching wrote: > I suggest you create a JIRA issue for this. If you can provide a patch > (and even better a simple unit test) that would be even better..
Simon, I finally got some time to write a patch and a test for this issue. I tried to setup the MyFaces project in my Eclipse environment, but I ran into some trouble. This is probably something simple, but I don't have a lot of time to figure out what it is on my own, since I am not familiar with MyFaces build system. Here is what I did: 1) svn co http://svn.apache.org/repos/asf/myfaces/core/trunk_1.2.x myfaces-core-project 2) cd myfaces-core-project 3) mvn install I got this error from maven: ============================================================= Reason: Unable to download the artifact from any repository org.apache.myfaces.buildtools:myfaces-builder-plugin:pom:1.0.2-SNAPSHOT from the specified remote repositories: central (http://repo1.maven.org/maven2), java.net (http://download.java.net/maven/1), repository.jboss.com (http://repository.jboss.com/maven2/), apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository) ============================================================= I checked repo1.maven.org and it contains the 1.0.1 version of this artifact. Where is maven supposed to find 1.0.2-SNAPSHOT version? Thanks a lot. Val
