GitHub user dsyer opened a pull request:
https://github.com/apache/maven/pull/58
Locate .mvn in current directory
There was a problem with the logic in the while loop that detects
the base dir - it should first look in the current directory,
otherwise you can't build in a directory with local settings because
it will always climb up and find .mvn in a parent directory (e.g. user's
home).
Fixes MNG-5858
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dsyer/maven fix/basedir
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/maven/pull/58.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #58
----
commit 6da2911c5fc5f1deb4b1ef5d617e091005169933
Author: Dave Syer <[email protected]>
Date: 2015-07-16T11:58:58Z
Locate .mvn in current directory
There was a problem with the logic in the while loop that detects
the base dir - it should first look in the current directory,
otherwise you can't build in a directory with local settings because
it will always climb up and find .mvn in a parent directory (e.g. user's
home).
Fixes MNG-5858
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]