Thanks for answering!
How can i remove the parent section from the pom.xml? It is in the
dependency project maven tries to resolve, right? So how and where can
i edit it?

Kind regards


---
Thomas FRITZ
web http://fritzthomas.com
twitter http://twitter.com/thomasf



2011/7/14 Michael Hunger <michael.hun...@neotechnology.com>:
> You can just try to remove the
>
> <parent>
> ...
> </parent>
>
> block, that should work. Those are just meant for being built integrated in a 
> larger system build.
>
> Cheers
>
> Michael
>
> Am 14.07.2011 um 13:23 schrieb Thomas Fritz:
>
>> Hi,
>>
>> Who can fix this? As i can see one of the neo4j-rdf dependencys pulls
>> that dependency in.
>> Or can i bypass and fix it locally until it is fixed?
>>
>> Thanks
>> Kind regards
>>
>>
>>
>> ---
>> Thomas FRITZ
>> web http://fritzthomas.com
>> twitter http://twitter.com/thomasf
>>
>>
>>
>> 2011/7/14 Peter Neubauer <neubauer.pe...@gmail.com>:
>>> Not sure but parent - pom should maybe be parent - central?
>>>
>>> /peter
>>>
>>> Sent from my phone.
>>> On Jul 14, 2011 12:23 PM, "Thomas Fritz" <fritz...@gmail.com> wrote:
>>>> I have tried the code example from here: http://datablend.be/?p=411 .
>>>> I downloaded the source from github -
>>>> https://github.com/datablend/neo4j-sail-test . I have also tried this
>>>> example: https://github.com/aduric/Neo-SPARQL-Test
>>>> They both can not be build with maven. The "parent-pom" can not be
>>>> found by maven. I am using netbeans 7 with bundled maven 3.0.3:
>>>>
>>>> <code>
>>>>  ------------------------------------------------------------------------
>>>> Building Unnamed - neo4j-sail-test:neo4j-sail-test:jar:1.0
>>>>    task-segment: [clean, install]
>>>> ------------------------------------------------------------------------
>>>> [clean:clean]
>>>> Deleting directory
>>> /home/thomas/Projekte/Neo4J-Tests/neo4j-sail-test/target
>>>> [resources:resources]
>>>> Using platform encoding (UTF-8 actually) to copy filtered resources,
>>>> i.e. build is platform dependent!
>>>> Copying 1 resource
>>>> snapshot org.neo4j:neo4j-rdf-sail:0.6-SNAPSHOT: checking for updates
>>>> from central
>>>> snapshot org.neo4j:neo4j-rdf-sail:0.6-SNAPSHOT: checking for updates
>>>> from aduna-repo
>>>> snapshot org.neo4j:neo4j-kernel:1.1-SNAPSHOT: checking for updates
>>>> from aduna-repo
>>>> snapshot org.neo4j:neo4j-kernel:1.1-SNAPSHOT: checking for updates
>>>> from neo4j-snapshot-repository
>>>> snapshot org.neo4j:neo4j-kernel:1.1-SNAPSHOT: checking for updates
>>>> from sonatype-nexus-snapshots
>>>> snapshot org.neo4j:neo4j-rdf:0.7-SNAPSHOT: checking for updates from
>>> aduna-repo
>>>> snapshot org.neo4j:neo4j-rdf:0.7-SNAPSHOT: checking for updates from
>>>> sonatype-nexus-snapshots
>>>> snapshot org.neo4j:neo4j-meta-model:0.9-SNAPSHOT: checking for updates
>>>> from aduna-repo
>>>> snapshot org.neo4j:neo4j-meta-model:0.9-SNAPSHOT: checking for updates
>>>> from sonatype-nexus-snapshots
>>>> snapshot org.neo4j:parent-pom:7-SNAPSHOT: checking for updates from
>>> aduna-repo
>>>> snapshot org.neo4j:parent-pom:7-SNAPSHOT: checking for updates from
>>>> sonatype-nexus-snapshots
>>>> Downloading:
>>> http://m2.neo4j.org/snapshots/org/neo4j/parent-pom/7-SNAPSHOT/parent-pom-7-20100729.145222-31.pom
>>>> ------------------------------------------------------------------------
>>>> BUILD ERROR
>>>> ------------------------------------------------------------------------
>>>> Error building POM (may not be this project's POM).
>>>>
>>>> Project ID: org.neo4j:neo4j-meta-model:bundle:0.9-SNAPSHOT
>>>> Reason: Cannot find parent: org.neo4j:parent-pom for project:
>>>> org.neo4j:neo4j-meta-model:bundle:0.9-SNAPSHOT for project
>>>> org.neo4j:neo4j-meta-model:bundle:0.9-SNAPSHOT
>>>>
>>>> ------------------------------------------------------------------------
>>>> For more information, run Maven with the -e switch
>>>> ------------------------------------------------------------------------
>>>> Total time: 8 seconds
>>>> Finished at: Thu Jul 14 12:20:44 CEST 2011
>>>> Final Memory: 13M/170M
>>>> ------------------------------------------------------------------------
>>>> </code>
>>>> Kind regards
>>>>
>>>>
>>>> ---
>>>> Thomas FRITZ
>>>> web http://fritzthomas.com
>>>> twitter http://twitter.com/thomasf
>>>> _______________________________________________
>>>> 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
>>>
>> _______________________________________________
>> 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
>
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to