Hi Dmitry!

Have you tried to do mvn install on the dependencies first?

> Downloading:
> http://m2.neo4j.org/org/neo4j/neo4j-kernel/1.1-SNAPSHOT/neo4j-kernel-1.1-SNAPSHOT.pom

This looks a bit strange, that file shouldn't exist as the snapshot are 
deployed using timestamps in the file name, see the file names at:
http://m2.neo4j.org/org/neo4j/neo4j-kernel/1.1-SNAPSHOT/
(and Maven should be smart enough to figure this out)

When I try the same thing this is the corresponding output:
Downloading: 
http://m2.neo4j.org/org/neo4j/neo4j-kernel/1.1-SNAPSHOT/neo4j-kernel-1.1-20100622.220242-104.pom

If you're building from source just to get the latest and greatest 
version, you could as well use the artifacts in the Neo4j m2 repository, 
as they're deployed within a few minutes after every commit.


/anders


> [INFO] Unable to find resource 'org.neo4j:neo4j-kernel:pom:1.1-SNAPSHOT' in
> repository neo4j-public-repository (http://m2.neo4j.org)
> Downloading:
> http://m2.neo4j.org/org/neo4j/neo4j-index/1.1-SNAPSHOT/neo4j-index-1.1-SNAPSHOT.pom
> [INFO] Unable to find resource 'org.neo4j:neo4j-index:pom:1.1-SNAPSHOT' in
> repository neo4j-public-repository (http://m2.neo4j.org)
> Downloading:
> http://m2.neo4j.org/org/neo4j/neo4j-index/1.1-SNAPSHOT/neo4j-index-1.1-SNAPSHOT.jar
> [INFO] Unable to find resource 'org.neo4j:neo4j-index:jar:1.1-SNAPSHOT' in
> repository neo4j-public-repository (http://m2.neo4j.org)
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
>
> Missing:
> ----------
> 1) org.neo4j:neo4j-index:jar:1.1-SNAPSHOT
>
>    Try downloading the file manually from the project website.
>
>    Then, install it using the command:
>        mvn install:install-file -DgroupId=org.neo4j -DartifactId=neo4j-index
> -Dversion=1.1-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.neo4j -DartifactId=neo4j-index
> -Dversion=1.1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
> -DrepositoryId=[id]
>
>    Path to dependency:
>     1) org.neo4j:neo4j-utils:bundle:1.1-SNAPSHOT
>     2) org.neo4j:neo4j-index:jar:1.1-SNAPSHOT
>
> ----------
> 1 required artifact is missing.
>
> for artifact:
>    org.neo4j:neo4j-utils:bundle:1.1-SNAPSHOT
>
> from the specified remote repositories:
>    central (http://repo1.maven.org/maven2),
>    neo4j-public-repository (http://m2.neo4j.org)
>
>
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 3 seconds
> [INFO] Finished at: Tue Jun 22 23:50:36 MSD 2010
> [INFO] Final Memory: 16M/39M
> [INFO]
> ------------------------------------------------------------------------
>
>
>
> Best Regards,
> Dmitry N. Medvedev,
>
> Tel.:
> +7 (903) 506 0376
>
> E-mail:
> dmitry.medve...@gmail.com
> _______________________________________________
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to