|
|
||
Ed Burns's BlogJuly 2006 ArchivesJSF on Maven: refreshPosted by edburns on July 18, 2006 at 12:33 PM | Permalink | Comments (1)With the help of Kohsuke Kawaguchi's most excellent maven repository importer ant task, and several iterations of trial and error, we now have the JSF 1.2 and 1.1 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:
groupId: javax.faces artifactId: jsf-api artifactId: jsf-impl available versions: 1.1_02, 1.1_03-SNAPSHOT, 1.2, 1.2_01_B04, 1.2_01-SNAPSHOT I have also updated the POMs. If you're a JSF developer with committer access, please update the pom file in the source tree if you want to be more officially recognized. Technorati Tags: edburns | ||
|
|