You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (JIRA)" <ji...@apache.org> on 2019/06/10 18:34:00 UTC

[jira] [Closed] (MNG-6198) mvn script fails to locate .mvn directory when pom location specified with -f

     [ https://issues.apache.org/jira/browse/MNG-6198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Osipov closed MNG-6198.
-------------------------------

> 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
>            Priority: Major
>             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
(v7.6.3#76005)