ArtifactKey artifactKey = new ArtifactKey(groupId, artifactId);
try {
artifact = conversionService.convert(artifactKey, Artifact.class);
} catch (ConversionException e) {
throw new LinkParameterExtractionException(e);
}
}
artifactModel.setObject(artifact);
}