[ https://issues.apache.org/jira/browse/MSHARED-701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16458135#comment-16458135 ]
Hudson commented on MSHARED-701: -------------------------------- Build failed in Jenkins: Maven TLP » maven-artifact-transfer » MSHARED-695 #5 See https://builds.apache.org/job/maven-box/job/maven-artifact-transfer/job/MSHARED-695/5/ > 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)