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)