Class ProjectArtifactMetadata
java.lang.Object
org.apache.maven.repository.legacy.metadata.AbstractArtifactMetadata
org.apache.maven.artifact.metadata.AbstractArtifactMetadata
org.apache.maven.project.artifact.ProjectArtifactMetadata
- All Implemented Interfaces:
- ArtifactMetadata,- ArtifactMetadata
Attach a POM to an artifact.
- Author:
- Brett Porter
- 
Field SummaryFields inherited from class org.apache.maven.repository.legacy.metadata.AbstractArtifactMetadataartifact
- 
Constructor SummaryConstructorsConstructorDescriptionProjectArtifactMetadata(Artifact artifact) ProjectArtifactMetadata(Artifact artifact, File file) 
- 
Method SummaryModifier and TypeMethodDescriptiongetFile()getKey()getLocalFilename(ArtifactRepository repository) voidmerge(ArtifactMetadata metadata) voidmerge(ArtifactMetadata metadata) booleanvoidstoreInLocalRepository(ArtifactRepository localRepository, ArtifactRepository remoteRepository) toString()Methods inherited from class org.apache.maven.repository.legacy.metadata.AbstractArtifactMetadataextendedToString, getArtifactId, getGroupId, storedInGroupDirectoryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.maven.repository.legacy.metadata.ArtifactMetadataextendedToString, getArtifactId, getGroupId, storedInGroupDirectory
- 
Constructor Details- 
ProjectArtifactMetadata
- 
ProjectArtifactMetadata
 
- 
- 
Method Details- 
getFile
- 
getRemoteFilename
- 
getLocalFilename
- 
storeInLocalRepositorypublic void storeInLocalRepository(ArtifactRepository localRepository, ArtifactRepository remoteRepository) throws RepositoryMetadataStoreException - Throws:
- RepositoryMetadataStoreException
 
- 
toString
- 
storedInArtifactVersionDirectorypublic boolean storedInArtifactVersionDirectory()
- 
getBaseVersion
- 
getKey
- 
merge
- 
merge
 
-