[ 
https://issues.apache.org/jira/browse/MNG-6198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15952168#comment-15952168
 ] 

Hudson commented on MNG-6198:
-----------------------------

SUCCESS: Integrated in Jenkins build maven-3.x #1587 (See 
[https://builds.apache.org/job/maven-3.x/1587/])
[MNG-6198] Use the directory specified by -f for searching with 'mvn' 
(stephen.alan.connolly: 
[http://git-wip-us.apache.org/repos/asf/?p=maven.git&a=commit&h=87cf1eeb7d2506e192da77f7d5b286fae2b20314])
* (edit) apache-maven/src/bin/mvn


> mvn script fails to locate .mvn directory when pom location specified with -f
> -----------------------------------------------------------------------------
>
>                 Key: MNG-6198
>                 URL: https://issues.apache.org/jira/browse/MNG-6198
>             Project: Maven
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 3.5.0-alpha-1, 3.5.0-beta-1
>            Reporter: Stephen Connolly
>            Assignee: Stephen Connolly
>             Fix For: 3.5.0
>
>
> Steps to reproduce
> {code}
> $ mkdir apache
> $ cd apache
> $ git clone https://git-wip-us.apache.org/repos/asf/maven.git
> $ mkdir .mvn
> $ cd .mvn
> $ echo -DskipTests > maven.config
> $ cd ../maven
> $ mvn install # notice tests are skipped
> $ cd ../..
> $ mvn install -f apache/maven/pom.xml # notice tests not skipped (bug)
> $ cd apache
> $ mvn install -f maven/pom.xml # notice tests are skipped (accident)
> {code}
> The issue is that we do not search for the .mvn folder from the directory 
> specified from {{-f}} rather from the current working directory



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to