One user is reporting that the JSF 2 artifact is missing from the central repo, which weld depends on. Therefore, users must still use the JBoss Maven 2 repository to build a JSF app with Weld.<br><br>Who is willing to track down how to get this artifact uploaded? I know how to get something into the JBoss repository, but not central. Perhaps we need to hound the Mojarra team to publish a JSF 2.0 artifact.<br>
<br>-Dan<br><br>Missing:<br>----------<br>1) javax.faces:jsf-api:jar:2.0.0-RC<br><br> Try downloading the file manually from the project website.<br><br> Then, install it using the command:<br>    mvn install:install-file -DgroupId=javax.faces -DartifactId=jsf-api -Dversion=2.0.0-RC -Dpackaging=jar -Dfile=/path/to/file<br>
<br> Alternatively, if you host your own repository you can deploy the file there:<br>    mvn deploy:deploy-file -DgroupId=javax.faces -DartifactId=jsf-api -Dversion=2.0.0-RC -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]<br>
<br> Path to dependency:<br>    1) org.example:helloworld:war:0.0.1-SNAPSHOT<br>    2) javax.faces:jsf-api:jar:2.0.0-RC<br><br>----------<br>1 required artifact is missing.<br><br>for artifact:<br> org.example:helloworld:war:0.0.1-SNAPSHOT<br>
<br>from the specified remote repositories:<br> central (<a href="http://repo1.maven.org/maven2">http://repo1.maven.org/maven2</a>)<br><br>-Dan<br clear="all"><br>-- <br>Dan Allen<br>Senior Software Engineer, Red Hat | Author of Seam in Action<br>
Registered Linux User #231597<br><br><a href="http://mojavelinux.com">http://mojavelinux.com</a><br><a href="http://mojavelinux.com/seaminaction">http://mojavelinux.com/seaminaction</a><br><a href="http://www.google.com/profiles/dan.j.allen">http://www.google.com/profiles/dan.j.allen</a><br>