| Package | Description |
|---|---|
| org.wso2.maven.p2.beans | |
| org.wso2.maven.p2.feature.generate | |
| org.wso2.maven.p2.utils |
| Modifier and Type | Method and Description |
|---|---|
<T extends CarbonArtifact> |
CarbonArtifact.copyTo(T item)
Util method which will copy some of the properties of this parent class into it's sub classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Bundle
Bean class representing a Bundle object provided as an input param to FeatureGenMojo.
|
class |
Feature
Bean class representing a Feature object provided as an input param to FeatureGenMojo.
|
| Modifier and Type | Method and Description |
|---|---|
static List<HashMap<String,CarbonArtifact>> |
DependencyResolver.getDependenciesForProject(org.apache.maven.project.MavenProject project,
org.apache.maven.repository.RepositorySystem repositorySystem,
List<org.apache.maven.artifact.repository.ArtifactRepository> remoteRepositories,
org.apache.maven.artifact.repository.ArtifactRepository localRepository)
Resolve the given project dependencies into CarbonArtifact objects.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.maven.artifact.Artifact |
MavenUtils.getResolvedArtifact(CarbonArtifact carbonArtifact,
org.apache.maven.repository.RepositorySystem repositorySystem,
List<org.apache.maven.artifact.repository.ArtifactRepository> remoteRepositories,
org.apache.maven.artifact.repository.ArtifactRepository localRepository)
Returns an artifact which represented by a the given CarbonArtifact.
|
Copyright © 2015 WSO2. All rights reserved.