Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.3.3, 3.3.9
-
None
Description
The .mvn directory is not picked up when using the --file switch to build a project from outside of the multi-module root.
Example:
- the module root is /foo/bar
- .mvn is located at /foo/bar/.mvn
- current directory is /foo
- Maven is invoked with mvn --file bar/module/pom.xml
I would expect the .mvn directory detection to start at the directory of the POM selected by --file and then go through the parent directories.
Attachments
Attachments
Issue Links
- causes
-
MNG-6385 Windows mvn.cmd fail with incorrect command syntax.
-
- Open
-
- is related to
-
MNG-5858 mvn script fails to locate .mvn in current directory
-
- Closed
-
-
MNG-6198 mvn script fails to locate .mvn directory when pom location specified with -f
-
- Closed
-
-
MNG-6223 mvn -f outputs invalid error when specifying POM directory
-
- Closed
-
- relates to
-
MNG-6256 Maven script can break if "-f" path contains special characters
-
- Closed
-
-
MNG-5767 project-specific default jvm options and command line parameters
-
- Closed
-
-
MNG-5771 improved user-configurable core extensions mechanism
-
- Closed
-
- links to
- mentioned in
-
Page Loading...