Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7825085
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T08:49:49+00:00 2026-06-02T08:49:49+00:00

Using Ivy 2.2 and IvyDE 2.2 from Eclipse (Helios)…. Want to pull in the

  • 0

Using Ivy 2.2 and IvyDE 2.2 from Eclipse (Helios)….

Want to pull in the spring-data-neo4j and it’s default dependencies from:
http://maven.springframework.org/milestone/org/springframework/data/spring-data-neo4j/2.1.0.M1

Using the following in my Ivy file:

<dependency org="org.springframework.data" name="spring-data-neo4j" rev="2.1.0.M1"/>

and these resolvers in my settings file:

<!-- Maven springframework data milestones -->
<url name="maven.springframework.data.milestone">
  <ivy pattern="http://maven.springframework.org/milestone/org/springframework/data/[module]/[revision]/[artifact]-[revision].[ext]" />
  <artifact pattern="http://maven.springframework.org/milestone/org/springframework/data/[module]/[revision]/[artifact]-[revision].[ext]" />
</url>

<!-- Maven springframework milestones -->
<url name="maven.springframework.data.milestone">
  <ivy pattern="http://maven.springframework.org/milestone/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]" />
  <artifact pattern="http://maven.springframework.org/milestone/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]" />
</url>

Only the spring-data-neo4j artifact is pulled down no mention of the parent in the Ivy console (debug level). Looked at the suggestion at:
http://theholyjava.wordpress.com/2011/01/26/using-ivy-with-pom-xml/

but get the feeling this is only for relative paths that aren’t accessible via the normal resolvers. Looked at the PomModuleDescriptorParser code and if the parent module is null then all information it might have (like revision info) is discarded:

 if (parentDescr != null) {
   for (int i = 0; i < parentDescr.getDependencies().length; i++) {
     mdBuilder.addDependency(parentDescr.getDependencies()[i]);
   }
 }

If this is the case: (1) how do I see more in the logs and (2) get the parseOtherPom method to return the parent?

thanks in advance – Matthew

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T08:49:53+00:00Added an answer on June 2, 2026 at 8:49 am

    Try the following ivysettings.xml file:

    <ivysettings>
        <settings defaultResolver="maven-repos"/>
        <resolvers>
            <chain name="maven-repos">
                <ibiblio name="central" m2compatible="true"/>
                <ibiblio name="spring-milestone" m2compatible="true" root="http://maven.springframework.org/milestone"/>
            </chain>
        </resolvers>
    </ivysettings>
    

    The ibiblio resolver is the best way to configure a Maven repository.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using Eclipse and Ivy, I'm successfully able to download and manage dependencies. These dependencies
When specifing a dependencies using ant ivy, is there a way to exclude a
I'm using Ivy for project dependency management and it's been working well aside from
I am using Ivy to assemble a composite application from internally developed and third
I'm using Apache Ivy with Spring based project. I use Spring Enterprise Bundle Repository
I'm using Ivy to manage the dependencies on my project. So far, I've specified
I'm using Apache Ivy to manage dependencies in the project with several developers. They
I am trying to download Spring Batch and Spring Framework using Ivy, and I'm
It seems that Apache ivy downloads artifacts only from http://mvnrepository.com/ and few other places,
Using Ivy with this Ant target: <target name=retrieve-jars> <ivy:retrieve pattern=WebContent/WEB-INF/lib/[artifact].[ext] /> </target> to fetch

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.