| 49 | | * @param array<mvnArtifact> $artifacts a set of artifacts |
|---|
| 50 | | * @param mvnArtifact $originatingArtifact the artifact that caused the collection |
|---|
| 51 | | * @param array<mvnArtifactRepository> $remoteRepositories a list of remote repositories |
|---|
| 52 | | * @param mvnArtifactRepository $localRepository the local repository |
|---|
| 53 | | * @param mvnArtifactMetadataSource $source ? |
|---|
| 54 | | * @param mvnArtifactFilter $filter the filter to use in while collecting the artifacts |
|---|
| 55 | | * @param array<mvnResolutionListener> $listeners a list of listeners |
|---|
| 56 | | * @param array<?> $managedVersions optional |
|---|
| | 49 | * @param array<mvnArtifact> $artifacts a set of artifacts |
|---|
| | 50 | * @param mvnArtifact $originatingArtifact the artifact that caused the collection |
|---|
| | 51 | * @param array<mvnArtifactRepository> $remoteRepositories a list of remote repositories |
|---|
| | 52 | * @param mvnArtifactRepository $localRepository the local repository |
|---|
| | 53 | * @param mvnArtifactMetadataSource $source ? |
|---|
| | 54 | * @param mvnArtifactFilter $filter the filter to use in while collecting the artifacts |
|---|
| | 55 | * @param array<mvnResolutionListener> $listeners a list of listeners |
|---|
| | 56 | * @param array<string,mvnResolutionNode> $managedVersions optional |
|---|