0 Replies Latest reply on Jun 18, 2008 4:23 PM by cchidamb

    maven-archetype-jsf-component-3.1.2.GA.jar couldn't download

    cchidamb

      Hi,
      I'm trying to run the command
      mvn archetype:create -DarchetypeGroupId=org.richfaces.cdk -DarchetypeArtifactId=maven-archetype-jsf-component -DarchetypeVersion=3.1.2.GA -DartifactId=mylib

      It's trying to download maven-archetype-jsf-component-3.1.2.GA.jar from http://repo1.maven.org/ instead of the location from jboss. I've specified the jboss repository http://repository.jboss.com in settings.xml file. Not sure how do I specify this location in command line so that it won't look at the default maven repository.