On 5/14/07, Arne Styve <[EMAIL PROTECTED]> wrote:
Hi Wendy,

Her is the command and the resulting output. Would be greate if you are able to 
spot the error:
...
[INFO] Failed to resolve artifact.
GroupId: no.offsimcentre
ArtifactId: osc-archetype-simple
Version: 1.0-SNAPSHOT
Reason: Unable to download the artifact from any repository
Try downloading the file manually from the project website.
Then, install it using the command:
    mvn install:install-file -DgroupId=no.offsimcentre 
-DartifactId=osc-archetype-simple \
        -Dversion=1.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file

  no.offsimcentre:osc-archetype-simple:jar:1.0-SNAPSHOT
from the specified remote repositories:
  central (http://repo1.maven.org/maven2)

It's not checking your internal repository.  The remoteRepositories
parameter was added at some point... what version of the archetype
plugin are you using?

  mvn help:describe -Dplugin=archetype

Try adding -U on the command line to get Maven to update its plugins.

--
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to