@Component(role=org.eclipse.aether.RepositoryListener.class)
public class ArtifactoryEclipseRepositoryListener
extends org.eclipse.aether.AbstractRepositoryListener
implements org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable
| Constructor and Description |
|---|
ArtifactoryEclipseRepositoryListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
artifactDownloading(org.eclipse.aether.RepositoryEvent event) |
void |
artifactResolved(org.eclipse.aether.RepositoryEvent event)
Intercepts resolved artifacts and updates the BuildInfoRecorder, so that build-info includes all resolved artifacts.
|
void |
contextualize(org.codehaus.plexus.context.Context context) |
void |
metadataDownloading(org.eclipse.aether.RepositoryEvent event) |
artifactDeployed, artifactDeploying, artifactDescriptorInvalid, artifactDescriptorMissing, artifactDownloaded, artifactInstalled, artifactInstalling, artifactResolving, metadataDeployed, metadataDeploying, metadataDownloaded, metadataInstalled, metadataInstalling, metadataInvalid, metadataResolved, metadataResolvingpublic ArtifactoryEclipseRepositoryListener()
public void metadataDownloading(org.eclipse.aether.RepositoryEvent event)
metadataDownloading in interface org.eclipse.aether.RepositoryListenermetadataDownloading in class org.eclipse.aether.AbstractRepositoryListenerpublic void artifactDownloading(org.eclipse.aether.RepositoryEvent event)
artifactDownloading in interface org.eclipse.aether.RepositoryListenerartifactDownloading in class org.eclipse.aether.AbstractRepositoryListenerpublic void artifactResolved(org.eclipse.aether.RepositoryEvent event)
artifactResolved in interface org.eclipse.aether.RepositoryListenerartifactResolved in class org.eclipse.aether.AbstractRepositoryListenerpublic void contextualize(org.codehaus.plexus.context.Context context)
contextualize in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable