You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Surendra (Jira)" <ji...@apache.org> on 2022/10/19 12:26:00 UTC

[jira] [Updated] (MINSTALL-178) Maven Doesn't Pick Locally Installed Package / Artifact

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

Surendra updated MINSTALL-178:
------------------------------
    Description: 
Java Version - 11

`mvn clean install` is not picking up a locally installed snapshot artifact that is present in the .m2 folder.

It complains with the following warning and then start looking for this artifact in maven central -

 
{code:java}
[DEBUG]  Could not find metadata
<GROUP_ID>:<ARTIFACT_ID>:0.0.1-SNAPSHOT/maven-metadata.xml in local {code}

  was:
Java Version - 11

`mvn clean install` is not picking up a locally installed snapshot artifact that is present in the .m2 folder.

It complains with the following warning and then start looking for this artifact in maven central -

```

[DEBUG]  *Could not find metadata* 

<GROUP_ID>:<ARTIFACT_ID>:0.0.1-SNAPSHOT/maven-metadata.xml in local

```


> Maven Doesn't Pick Locally Installed Package / Artifact
> -------------------------------------------------------
>
>                 Key: MINSTALL-178
>                 URL: https://issues.apache.org/jira/browse/MINSTALL-178
>             Project: Maven Install Plugin
>          Issue Type: Bug
>          Components: install:install
>    Affects Versions: 3.0.1
>         Environment: Linux
>            Reporter: Surendra
>            Priority: Major
>              Labels: easyfix, performance
>
> Java Version - 11
> `mvn clean install` is not picking up a locally installed snapshot artifact that is present in the .m2 folder.
> It complains with the following warning and then start looking for this artifact in maven central -
>  
> {code:java}
> [DEBUG]  Could not find metadata
> <GROUP_ID>:<ARTIFACT_ID>:0.0.1-SNAPSHOT/maven-metadata.xml in local {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)