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

Remove installation of pom checksum - IT's do not fail

    XMLWordPrintableJSON

Details

    Description

      DefaultProjectInstaller:

              if ( isPomArtifact )
              {
                  if ( pomFile != null )
                  {
                      installer.install( buildingRequest,
                                         Collections.<Artifact>singletonList( new ProjectArtifact( project ) ) );
                      installChecksums( buildingRequest, artifact, createChecksum );
                      addMetaDataFilesForArtifact( buildingRequest, artifact, metadataFiles, createChecksum );
                  }
              }
      

      If I comment out the above line installChecksums(...); unfortunately the IT's don't show me that.
      This mean in consequence I need supplemental IT's to check this.

      Attachments

        Activity

          People

            khmarbaise Karl Heinz Marbaise
            khmarbaise Karl Heinz Marbaise
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: