You need to checkout and build the required felix dependencies because
we are using snapshot versions from there (Felix dependencymanager
among others).

However, there's an inofficial ci build repo at
http://okidokiteam.com/nexus you might want to use.
Toni

On 01.07.2010, at 13:41, Lars Fischer <[email protected]> wrote:

> Hello,
>
> I would like to build ace latest trunk with maven3. I use the apache
> maven repositories from https://repository.apache.org/, but I get this
> error:
>
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time: 20.891s
> [INFO] Finished at: Thu Jul 01 13:36:13 CEST 2010
> [INFO] Final Memory: 22M/247M
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal on project ace-repository: Missing:
> ----------
> 1) org.apache.felix:org.apache.felix.dependencymanager:jar:3.0.0-SNAPSHOT
>
>  Try downloading the file manually from the project website.
>
>  Then, install it using the command:
>      mvn install:install-file -DgroupId=org.apache.felix
> -DartifactId=org.apache.felix.dependencymanager
> -Dversion=3.0.0-SNAPSHOT
> -Dpackaging=jar -Dfile=/path/to/file
>
>  Alternatively, if you host your own repository you can deploy the file there:
>      mvn deploy:deploy-file -DgroupId=org.apache.felix
> -DartifactId=org.apache.felix.dependencymanager
> -Dversion=3.0.0-SNAPSHOT -
> Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>
>  Path to dependency:
>        1) org.apache.ace:ace-repository:pom:0.8.0-SNAPSHOT
>        2) 
> org.apache.felix:org.apache.felix.dependencymanager:jar:3.0.0-SNAPSHOT
>
> ----------
> 1 required artifact is missing.
>
> for artifact:
>  org.apache.ace:ace-repository:pom:0.8.0-SNAPSHOT
>
>
> Kind regards,
> Lars

Reply via email to