Details
-
Improvement
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
maven-artifact-transfer-0.10.0
-
None
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.