Regarding this post: <a href="http://seamframework.org/Community/JSF2ViewScopeInCDI#comment120916">http://seamframework.org/Community/JSF2ViewScopeInCDI#comment120916</a><br><br>I just did a &#39;svn co&#39; using this URL: <a href="http://anonsvn.jboss.org/repos/seam/modules/faces/trunk/" target="" class="regularLink">http://anonsvn.jboss.org/repos/seam/modules/faces/trunk/</a><br>
<br>I then did a &#39;mvn clean install&#39; on the trunk pom.xml and am getting this:<br><br><font size="1">C:\projects\seamfaces\maven.1268846959419&gt;mvn clean install<br>[INFO] Scanning for projects...<br>[INFO] ------------------------------------------------------------------------<br>
[INFO] Building Seam Faces Module<br>[INFO]    task-segment: [clean, install]<br>[INFO] ------------------------------------------------------------------------<br>[INFO] [clean:clean]<br>[INFO] Deleting file set: C:\projects\seamfaces\maven.1268846959419\target (incl<br>
uded: [**], excluded: [])<br>[WARNING] POM for &#39;org.jboss.weld:weld-core:pom:1.0.1-Final:compile&#39; is invalid.<br> It will be ignored for artifact resolution. Reason: Failed to validate POM for<br>project org.jboss.weld:weld-core at Artifact [org.jboss.weld:weld-core:pom:1.0.1<br>
-Final:compile]<br>[INFO] snapshot org.jboss.test-jsf:jsf-mock:1.0.1-SNAPSHOT: checking for updates<br> from <a href="http://oss.sonatype.org/jboss-snapshots">oss.sonatype.org/jboss-snapshots</a><br>Downloading: <a href="http://oss.sonatype.org/content/repositories/jboss-snapshots/org/jb">http://oss.sonatype.org/content/repositories/jboss-snapshots/org/jb</a><br>
oss/test-jsf/jsf-mock/1.0.1-SNAPSHOT/jsf-mock-1.0.1-SNAPSHOT.pom<br>Downloading: <a href="http://oss.sonatype.org/content/repositories/jboss-snapshots/org/jb">http://oss.sonatype.org/content/repositories/jboss-snapshots/org/jb</a><br>
oss/test-jsf/jsf-mock/1.0.1-SNAPSHOT/jsf-mock-1.0.1-SNAPSHOT.jar<br>[INFO] ------------------------------------------------------------------------<br>[ERROR] BUILD ERROR<br>[INFO] ------------------------------------------------------------------------<br>
[INFO] Failed to resolve artifact.<br><br>Missing:<br>----------<br>1) org.jboss.test-jsf:jsf-mock:jar:1.0.1-SNAPSHOT<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=org.jboss.test-jsf -DartifactId=jsf-moc<br>k -Dversion=1.0.1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file<br><br>  Alternatively, if you host your own repository you can deploy the file there:<br>
<br>      mvn deploy:deploy-file -DgroupId=org.jboss.test-jsf -DartifactId=jsf-mock<br>-Dversion=1.0.1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -Drepo<br>sitoryId=[id]<br><br>  Path to dependency:<br>        1) org.jboss.seam:seam-faces:jar:3.0.0-SNAPSHOT<br>
        2) org.jboss.test-jsf:jsf-mock:jar:1.0.1-SNAPSHOT<br><br>----------<br>1 required artifact is missing.<br><br>for artifact:<br>  org.jboss.seam:seam-faces:jar:3.0.0-SNAPSHOT<br><br>from the specified remote repositories:<br>
  central (<a href="http://repo1.maven.org/maven2">http://repo1.maven.org/maven2</a>),<br>  <a href="http://repository.jboss.org">repository.jboss.org</a> (<a href="http://repository.jboss.org/maven2">http://repository.jboss.org/maven2</a>),<br>
  <a href="http://oss.sonatype.org/jboss-snapshots">oss.sonatype.org/jboss-snapshots</a> (<a href="http://oss.sonatype.org/content/repositories">http://oss.sonatype.org/content/repositories</a><br>/jboss-snapshots)<br><br>
<br>[INFO] ------------------------------------------------------------------------<br>[INFO] For more information, run Maven with the -e switch<br>[INFO] ------------------------------------------------------------------------<br>
[INFO] Total time: 3 seconds<br>[INFO] Finished at: Wed Mar 17 10:34:18 PDT 2010<br>[INFO] Final Memory: 9M/17M<br>[INFO] ------------------------------------------------------------------------</font><br><br>This is a valid URL: <a href="http://oss.sonatype.org/content/repositories/jboss-snapshots/org/jboss/seam/">http://oss.sonatype.org/content/repositories/jboss-snapshots/org/jboss/seam/</a><br>
<br>This is not: <a href="http://oss.sonatype.org/content/repositories/jboss-snapshots/org/jboss/test-jsf/jsf-mock/1.0.1-SNAPSHOT/jsf-mock-1.0.1-SNAPSHOT.pom">http://oss.sonatype.org/content/repositories/jboss-snapshots/org/jboss/test-jsf/jsf-mock/1.0.1-SNAPSHOT/jsf-mock-1.0.1-SNAPSHOT.pom</a><br>
<br>How/where can I get the required JAR (<font size="1">org.jboss.test-jsf:jsf-mock:jar:1.0.1-SNAPSHOT)</font> to complete the mvn build?  thx.<br><br>