[jboss-dev-forums] [Design of JBoss Build System] - Re: populating repository.jboss.com/maven2
pgier
do-not-reply at jboss.com
Thu Mar 15 19:02:21 EDT 2007
Depending on what versions you need, it looks like those files are also available in the central maven repository.
http://repo1.maven.org/maven2/javax/faces/
You should be able to add them to your pom like this:
| <dependency>
| <groupId>javax.faces</groupId>
| <artifactId>jsf-api</artifactId>
| <version>1.2_02</version>
| </dependency>
| <dependency>
| <groupId>javax.faces</groupId>
| <artifactId>jsf-impl</artifactId>
| <version>1.2-b19</version>
| </dependency>
|
But if those version are no good for you, then you could upload the newer version to the repository.jboss.com if you have commit access, using mvn deploy:deploy-file
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028588#4028588
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028588
More information about the jboss-dev-forums
mailing list