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 7553907
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T11:11:31+00:00 2026-05-30T11:11:31+00:00

Just downloaded the m2e Eclipse plugin and love it! I am wondering what web

  • 0

Just downloaded the m2e Eclipse plugin and love it! I am wondering what web service it uses to resolve all of a project’s transitive dependencies.

I assume that it works by parsing all of the <dependency> elements out of the project pom.xml, and uses a service to query Maven for each transitive dependency.

Basically, I’m asking: how does m2e populate the local Maven cache stored at ~/.m2?

  • 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-05-30T11:11:32+00:00Added an answer on May 30, 2026 at 11:11 am

    The plugin works the same as the Maven command line progam mvn.

    Assuming your project’s POM and Maven settings file does not change the default repository settings Maven will download files from Maven Central

    http://repo1.maven.org/maven2/

    So taking a dependency as follows:

    <dependency>
        <groupId>log4j</groupId>
        <artifactId>log4j</artifactId>
        <version>1.2.16</version>
    </dependency>
    

    Maven will use the following URL convention (Maven2 repository layout):

    <Repository URL>/<groupId>/<artifactId>/<version>/<artifactId>-<version>.<packaging>
    

    To download 2 files:

    1. http://repo1.maven.org/maven2/log4j/log4j/1.2.16/log4j-1.2.16.pom
    2. http://repo1.maven.org/maven2/log4j/log4j/1.2.16/log4j-1.2.16.jar

    The first is the module POM, whose packaging element will indicate the file name extension to use when downloading the second file (defaults to “jar”).

    Finally Maven will recursively read the POM files associated with other dependencies listed in the POM and decide which other modules to download (Dependencies of Dependencies)

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

Sidebar

Related Questions

I just downloaded an Xcode project and all the frameworks are missing. It wouldn't
Just downloaded the Visual Studio 2010 Premium and realized that can't compile the project,
I just downloaded Eclipse several hours ago, and needed to add Java3D to the
I just downloaded the WPF Reports v0.4 alpha When I build the project in
I just downloaded jre7 (C:\Program Files\Java\jre7) and eclipse (Eclipse IDE for Java Developers Version:
I just downloaded Eclipse Galileo and installed ADT10 and tried to a phonegap app
I just downloaded the Google Collections sources and imported them into a new Eclipse
I just downloaded Netty for a personal client-server-project from here: http://netty.io/downloads/netty-3.3.0.Final-dist.tar.bz2 On the download
I just downloaded jasperreports server (community edition) which uses postgresql. (there is no option
I just downloaded Grails 2.0.1. Created a new project and then tried adding the

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.