The Source for Java Technology Collaboration
User: Password:
Register | Login help    

Search

Online Books:
java.net on MarkMail:


JSF 1.2 jars now available via maven

Posted by edburns on January 31, 2006 at 1:06 PM PST

With the help of Kohsuke Kawaguchi's most excellent maven java.net plugin, and several iterations of trial and error, we now have the JSF 1.2 api and impl jars available under the same license as Glassfish on the java.net maven repository.

Put this in your project.properties or build.properties:

maven.repo.remote=https://maven-repository.dev.java.net/nonav/repository/,http://www.ibiblio.org/maven/

    groupId: javax.faces

    artifactId: jsf-api

    artifactId: jsf-impl

    currentVersion: 1.2-b12-SNAPSHOT

These bits will be updated as we do more promoted builds and move closer to completion on JSF 1.2.

Technorati Tags:
Related Topics >> Java Enterprise      
Comments
Comments are listed in date ascending order (oldest first)