You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@archiva.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2010/06/10 03:30:13 UTC

[jira] Updated: (MRM-1387) Cannot build trunk of Archiva because of dependency missing in Central

     [ http://jira.codehaus.org/browse/MRM-1387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated MRM-1387:
------------------------------

    Fix Version/s: 1.4

it looks like we can fix this by excluding that dependency and including javax.inject:javax.inject:1

> Cannot build trunk of Archiva because of dependency missing in Central
> ----------------------------------------------------------------------
>
>                 Key: MRM-1387
>                 URL: http://jira.codehaus.org/browse/MRM-1387
>             Project: Archiva
>          Issue Type: Task
>          Components: Build
>            Reporter: Dennis Lundberg
>             Fix For: 1.4
>
>
> After installing archiva parent 6-SNAPSHOT I try to build archiva trunk. I get the following error message:
> {noformat}
> Downloading: http://********/archiva/repository/internal/com/google/code/atinject/atinject/1.0.0-rev3/atinject-1.0.0-rev3.jar
> [INFO] Unable to find resource 'com.google.code.atinject:atinject:jar:1.0.0-rev3' in repository internal (http://********/archiva/repository/internal)
> Downloading: http://repository.sonatype.org/content/repositories/tycho-pseudo-releases//com/google/code/atinject/atinject/1.0.0-rev3/atinject-1.0.0-rev3.jar
> [INFO] Unable to find resource 'com.google.code.atinject:atinject:jar:1.0.0-rev3' in repository tycho (http://repository.sonatype.org/content/repositories/tycho-pseudo-releases/)
> Downloading: http://repo1.maven.org/maven2/com/google/code/atinject/atinject/1.0.0-rev3/atinject-1.0.0-rev3.jar
> [INFO] Unable to find resource 'com.google.code.atinject:atinject:jar:1.0.0-rev3' in repository central (http://repo1.maven.org/maven2)
> .
> .
> .
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> Missing:
> ----------
> 1) com.google.code.atinject:atinject:jar:1.0.0-rev3
>   Try downloading the file manually from the project website.
>   Then, install it using the command:
>       mvn install:install-file -DgroupId=com.google.code.atinject -DartifactId=atinject -Dversion=1.0.0-rev3 -Dpackaging=jar -Dfile=
> /path/to/file
>   Alternatively, if you host your own repository you can deploy the file there:
>       mvn deploy:deploy-file -DgroupId=com.google.code.atinject -DartifactId=atinject -Dversion=1.0.0-rev3 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>   Path to dependency:
>         1) org.apache.archiva:archiva-common:jar:1.4-SNAPSHOT
>         2) org.sonatype.nexus:nexus-indexer:jar:2.0.5
>         3) org.sonatype.plugin:plugin-host-api:jar:1.0.2
>         4) com.google.code.atinject:atinject:jar:1.0.0-rev3
> {noformat}
> It seems that this artifact is missing from central.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira