[
https://issues.apache.org/jira/browse/MSHARED-701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Karl Heinz Marbaise closed MSHARED-701.
---------------------------------------
Resolution: Fixed
Done in
[07fe409108b34b2c9441c77500628ebe2e61bb06|https://gitbox.apache.org/repos/asf?p=maven-artifact-transfer.git;a=commitdiff;h=07fe409108b34b2c9441c77500628ebe2e61bb06]
> Remove installation of pom checksum - IT's do not fail
> ------------------------------------------------------
>
> Key: MSHARED-701
> URL: https://issues.apache.org/jira/browse/MSHARED-701
> Project: Maven Shared Components
> Issue Type: Improvement
> Components: maven-artifact-transfer
> Affects Versions: maven-artifact-transfer-0.10.0
> Reporter: Karl Heinz Marbaise
> Assignee: Karl Heinz Marbaise
> Priority: Blocker
> Fix For: maven-artifact-transfer-0.10.0
>
>
> DefaultProjectInstaller:
> {code:java}
> if ( isPomArtifact )
> {
> if ( pomFile != null )
> {
> installer.install( buildingRequest,
> Collections.<Artifact>singletonList( new
> ProjectArtifact( project ) ) );
> installChecksums( buildingRequest, artifact, createChecksum );
> addMetaDataFilesForArtifact( buildingRequest, artifact,
> metadataFiles, createChecksum );
> }
> }
> {code}
> 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.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)