Package | Description |
---|---|
org.apache.maven.artifact | |
org.apache.maven.project |
Modifier and Type | Field and Description |
---|---|
static ArtifactStatus |
ArtifactStatus.CONVERTED
Low trust - was converted from the Maven 1.x repository.
|
static ArtifactStatus |
ArtifactStatus.DEPLOYED
Moderate trust - it was deployed directly by a user.
|
static ArtifactStatus |
ArtifactStatus.GENERATED
No trust - information was generated with defaults.
|
static ArtifactStatus |
ArtifactStatus.NONE
No trust - no information about status.
|
static ArtifactStatus |
ArtifactStatus.PARTNER
Moderate trust - it was deployed directly from a partner.
|
static ArtifactStatus |
ArtifactStatus.VERIFIED
Trusted, as it has had its data verified by hand.
|
Modifier and Type | Method and Description |
---|---|
static ArtifactStatus |
ArtifactStatus.valueOf(java.lang.String status) |
Modifier and Type | Method and Description |
---|---|
private void |
DefaultMavenProjectBuilder.checkStatusAndUpdate(Artifact projectArtifact,
ArtifactStatus status,
java.io.File file,
java.util.List remoteArtifactRepositories,
ArtifactRepository localRepository) |