java - JSF-API 2.0 is not in Maven central repo? -
i'm trying add jsf-api
, jsf-impl
dependencies project, , can't find them in maven central repo. there? i'm interested in 2.0+.
mojarra site suggests add link repository:
<repository> <id>java.net</id> <name>java.net</name> <url>http://download.java.net/maven/2</url> </repository>
but against maven convention not use third-party repositories, maven central..
if don't want add repository reference directly in pom, can add in maven's settings file. alternatively, consider repository manager such nexus.
Comments
Post a Comment