[weld-dev] missing artifacts in central

Jason Lee jason at steeplesoft.com
Wed Oct 21 18:26:09 EDT 2009


That artifact is deployed here:

http://download.java.net/maven/2/javax/faces/jsf-api/2.0/

Note the version AND the repo. AFAIK, all Sun artifacts are deployed  
to the java.net repo.

On Oct 21, 2009, at 5:14 PM, Dan Allen wrote:

> 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.
>
> 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.
>
> -Dan
>
> Missing:
> ----------
> 1) javax.faces:jsf-api:jar:2.0.0-RC
>
>  Try downloading the file manually from the project website.
>
>  Then, install it using the command:
>     mvn install:install-file -DgroupId=javax.faces -DartifactId=jsf- 
> api -Dversion=2.0.0-RC -Dpackaging=jar -Dfile=/path/to/file
>
>  Alternatively, if you host your own repository you can deploy the  
> file there:
>     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]
>
>  Path to dependency:
>     1) org.example:helloworld:war:0.0.1-SNAPSHOT
>     2) javax.faces:jsf-api:jar:2.0.0-RC
>
> ----------
> 1 required artifact is missing.
>
> for artifact:
>  org.example:helloworld:war:0.0.1-SNAPSHOT
>
> from the specified remote repositories:
>  central (http://repo1.maven.org/maven2)
>
> -Dan
>
> -- 
> Dan Allen
> Senior Software Engineer, Red Hat | Author of Seam in Action
> Registered Linux User #231597
>
> http://mojavelinux.com
> http://mojavelinux.com/seaminaction
> http://www.google.com/profiles/dan.j.allen
> _______________________________________________
> weld-dev mailing list
> weld-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/weld-dev

Jason Lee, SCJP
President, Oklahoma City Java Users Group
Senior Java Developer, Sun Microsystems
http://blogs.steeplesoft.com

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/weld-dev/attachments/20091021/dba24208/attachment-0001.html 


More information about the weld-dev mailing list