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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T15:26:46+00:00 2026-05-16T15:26:46+00:00

I try to run a mvn install, it compiles fine, but for some reason

  • 0

I try to run a mvn install, it compiles fine, but for some reason maven is trying to install to this location:

[INFO] Installing /home/username/workspace/projectname/pom.xml to 
/home/username/workspace/projectname/?/.m2/repository/artifactname/artifact.pom

Note, the location has a ? in it. This location really needs to be the home directory/.m2. Any idea what’s causing it to install to the wrong location?

Edit:
Executing mvn –help:effective-settings gives:

  <localRepository xmlns="http://maven.apache.org/SETTINGS/1.0.0">
      /home/username/workspace/projectname/?/.m2/repository
  </localRepository>

Interestingly enough, if I run mvn –help:effective-settings from a different directory, say: /tmp, it gives:

  <localRepository xmlns="http://maven.apache.org/SETTINGS/1.0.0">
      /tmp/?/.m2/repository
  </localRepository>
  • 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-16T15:26:46+00:00Added an answer on May 16, 2026 at 3:26 pm

    Please run the following goal on your project:

    mvn help:effective-settings
    

    And check the value of localRepository (and update the question with the value).

    Follow-up: Ok, so far, things are coherent. Next…

    The default value of localRepository is supposed to be ${user.home}/.m2/repository. Double check that you aren’t overriding it in:

    • The settings.xml from the Maven install: $M2_HOME/conf/settings.xml
    • The settings.xml from the user’s install: ${user.home}/.m2/settings.xml

    If you aren’t, check the actual value of ${user.home} (run the following command on your project):

    mvn org.apache.maven.plugins:maven-help-plugin:2.1.1:evaluate -Dexpression=user.home
    

    If you don’t get the expected value, check the actual value of %USERPROFILE% if you’re on Windows.

    Follow-up 2: I’m not sure how ${user.home} gets valued exactly under Linux but this previous question Java: System.getProperty(“user.home”) returns “?” describes the same weird behavior – and a workaround: using a 64-bit JDK on a 64-bit system.

    What JDK are you using exactly? On what platform? Could you be in the same situation (in which case, I really think it’s a JDK bug, a 32-bit JDK should return the right value on a 64-bit system too).

    Follow-up 3: This is actually Bug ID: 6972329 (which is not confirmed as a JDK bug, it could be a system bug).

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

Sidebar

Related Questions

I get a generic failure when I try to run: saslpasswd2 username This was
When I try to run a .NET assembly ( boo.exe ) from a network
Every time I try to run a small application that uses a Derby DB
When I try to run a particular stored procedure on my MS SQL 2005
When I try to run the following code (from the REPL) in Clojure: (dotimes
whenever I try to run something in Java, Eclipse changes into the PHP perspective.
I have installed CherryPy 3.1.0,. Here is what happens when I try to run
Try loading this normal .jpg file in Internet Explorer 6.0. I get an error
try { ... } catch (SQLException sqle) { String theError = (sqle).getSQLState(); ... }
I try to fetch a Wikipedia article with Python's urllib: f = urllib.urlopen(http://en.wikipedia.org/w/index.php?title=Albert_Einstein&printable=yes) s

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.