Uses of Class
org.wso2.maven.model.ArtifactDependency
-
Packages that use ArtifactDependency Package Description org.wso2.maven.libraries -
-
Uses of ArtifactDependency in org.wso2.maven.libraries
Method parameters in org.wso2.maven.libraries with type arguments of type ArtifactDependency Modifier and Type Method Description static voidCAppDependencyResolver. resolveDependencies(CARMojo carMojo, org.apache.maven.project.MavenProject project, String archiveDir, List<ArtifactDependency> dependencies, List<ArtifactDependency> metaDependencies)Resolves CApp (Carbon Application) dependencies for the given Maven project.static voidCAppDependencyResolver. updateArtifactDependencies(File artifactDependencyFile, List<ArtifactDependency> artifactDependencies, CARMojo carMojo)Updates the list of artifact dependencies by reading and parsing the specified artifact dependency file.
-