You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Elliotte Rusty Harold (Jira)" <ji...@apache.org> on 2020/12/22 12:50:00 UTC

[jira] [Created] (MSHARED-967) permanent solution to MINSTALL-3

Elliotte Rusty Harold created MSHARED-967:
---------------------------------------------

             Summary:  permanent solution to MINSTALL-3 
                 Key: MSHARED-967
                 URL: https://issues.apache.org/jira/browse/MSHARED-967
             Project: Maven Shared Components
          Issue Type: Bug
          Components: maven-artifact-transfer
            Reporter: Elliotte Rusty Harold


In DefaultProjectInstaller I noticed this comment:

```
// Here, we have a temporary solution to MINSTALL-3 (isDirectory() is true if it went through compile
 // but not package). We are designing in a proper solution for Maven 2.1
 if ( file != null && file.isFile() )
 {
 installer.install( buildingRequest, Collections.singletonList( artifact ) );
 addMetaDataFilesForArtifact( buildingRequest, artifact, metadataFiles );
 }
```

If this is the permanent solution, remove the comment. Otherwise, figure out a permanent solution. 





--
This message was sent by Atlassian Jira
(v8.3.4#803005)