Hi,

I deployed an artifact into our new private Archiva repository. On our continuous build server I run "mvn compile" for a project that depends on that artifact. It is already configured to use the private repo. For some reason it keeps telling me that it was unable to load the dependency, but I am able to browse the repository with a web browser and download the required .jar without any problems.

Any idea what the problem might be? Does having a dash in the artifactId cause problems? "SomeLibrary-api"


Thanks,
Ryan

Missing:
----------
1) com.mycompany.product:SomeLibrary-api:jar:1.2-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command:
..

Alternatively, if you host your own repository you can deploy the file there:
  ...

  Path to dependency:
      1) com.mycompany.anotherproduct:AnotherProduct:war:4.0-SNAPSHOT
      2) com.mycompany.product:SomeLibrary-api:jar:1.2-SNAPSHOT

----------
1 required artifact is missing.

for artifact:
  com.mycompany.anotherproduct:AnotherProduct:war:4.0-SNAPSHOT

from the specified remote repositories:
  snapshots (https://dev.city.company.local/archiva/repository/snapshots),
  internal (https://dev.city.company.local/archiva/repository/internal),
  central (http://repo1.maven.org/maven2)


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

Reply via email to