Uploaded image for project: 'Maven Shared Components'
  1. Maven Shared Components
  2. MSHARED-967

permanent solution to MINSTALL-3

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Won't Fix
    • None
    • None
    • None

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            elharo Elliotte Rusty Harold
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: