386387388389390391392393394395396
else { if (uploadContext.isPomAvailable()) { helper.storeArtifact(gavRequest, is, null); } else { helper.storeArtifactWithGeneratedPom(gavRequest, uploadContext.getPackaging(), is, null); } } } } }