You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by jdijkmeijer <na...@dijkmeijer.com> on 2008/03/10 19:57:01 UTC

not using -DremoteRepositories specified urls

Hi,
I'm trying to follow a liftweb tutorial but it doesnot work as expected:

mvn archetype:create -U -DarchetypeGroupId=net.liftweb
-DarchetypeArtifactId=lift-archetype-blank -DarchetypeVersion=0.3.0
-DremoteRepositories=http://scala-tools.org/repo-releases -DgroupId=com.test
-DartifactId=linkshare

yields

[INFO] We are using command line specified remote repositories:
http://scala-tools.org/repo-releases
Downloading:
http://repo1.maven.org/maven2/net/liftweb/lift-archetype-blank/0.3.0/lift-archetype-blank-0.3.0.jar
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

so it states that's using the command line specified repos but than fails
with the message that the specified archetype is not to be found on the
repo1.maven.org, The file is present at the command line indicated repo, i
did check that.

Maven version: 2.0.8
Java version: 1.5.0_13
OS name: "mac os x" version: "10.4.11" arch: "i386" Family: "unix"

Or should I inform the tutorial author?

thanx in advance.
Jeroen 
-- 
View this message in context: http://www.nabble.com/not-using--DremoteRepositories-specified-urls-tp15951825s177p15951825.html
Sent from the Maven - Users mailing list archive at Nabble.com.