All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.codehaus.mojo.resolver.bod.binary.BinaryDependencyManager Maven / Gradle / Ivy

Go to download

Orchestrates resolving sources, etc for dependencies, and invoking builds (up to 'install' IIRC) on deps, binds early in the lifecycle.

There is a newer version: 1.0-beta-1
Show newest version
package org.codehaus.mojo.resolver.bod.binary;

import java.util.List;

import org.apache.maven.artifact.repository.ArtifactRepository;
import org.codehaus.mojo.resolver.bod.BuildOnDemandResolutionException;

public interface BinaryDependencyManager
{

    void findDependenciesWithMissingBinaries( List dependencyProjects, ArtifactRepository localRepository )
        throws BuildOnDemandResolutionException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy