Delany created MINVOKER-328:
-------------------------------
Summary: Plugin tries to install dependency to same path when
localRepositoryPath not set
Key: MINVOKER-328
URL: https://issues.apache.org/jira/browse/MINVOKER-328
Project: Maven Invoker Plugin
Issue Type: Bug
Affects Versions: 3.5.0
Reporter: Delany
The plugin tries to install a dependency from local Maven repository to the
same location:
{code:java}
Installing
/home/sol/.m2/repository/org/apache/maven/maven-core/3.9.0/maven-core-3.9.0.jar
to
/home/sol/.m2/repository/org/apache/maven/maven-core/3.9.0/maven-core-3.9.0.jar
{code}
Reproduce with
[https://github.com/delanym/MINVOKER-283.git]
No
{{[<localRepositoryPath>|https://maven.apache.org/plugins/maven-invoker-plugin/install-mojo.html#localRepositoryPath]}}
was set.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)