[
https://issues.apache.org/jira/browse/MSHARED-967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Elliotte Rusty Harold updated MSHARED-967:
------------------------------------------
Description:
In DefaultProjectInstaller I noticed this comment:
<pre>
// 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 );
}
</pre>
If this is the permanent solution, remove the comment. Otherwise, figure out a
permanent solution.
was:
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.
> 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
> Priority: Minor
>
> In DefaultProjectInstaller I noticed this comment:
> <pre>
> // 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 );
> }
> </pre>
> 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)