log.info( "Processing entry [" + path + "] from repository [" + this.repository.getId() + "]" );
try
{
ManagedRepositoryContent repositoryContent = repositoryContentFactory.getManagedRepositoryContent( repository.getId() );
ArtifactReference artifact = repositoryContent.toArtifactReference( path );
repositorySession.getRepository().getArtifacts( repository.getId(), artifact.getGroupId(),
artifact.getArtifactId(), artifact.getVersion() );
}
catch ( RepositoryException | LayoutException | MetadataResolutionException e )