Uses of Class
org.apache.maven.api.metadata.Metadata
-
Uses of Metadata in org.apache.maven.api.metadata
Methods in org.apache.maven.api.metadata that return MetadataModifier and TypeMethodDescriptionMetadata.Builder.build()static MetadataMetadata.newInstance()Creates a newMetadatainstance.static MetadataMetadata.newInstance(boolean withDefaults) Creates a newMetadatainstance using default values or not.Metadata.withArtifactId(String artifactId) Creates a newMetadatainstance using the specified artifactId.Metadata.withGroupId(String groupId) Creates a newMetadatainstance using the specified groupId.Metadata.withModelVersion(String modelVersion) Creates a newMetadatainstance using the specified modelVersion.Metadata.withPlugins(Collection<Plugin> plugins) Creates a newMetadatainstance using the specified plugins.Metadata.withVersion(String version) Creates a newMetadatainstance using the specified version.Metadata.withVersioning(Versioning versioning) Creates a newMetadatainstance using the specified versioning.Methods in org.apache.maven.api.metadata with parameters of type MetadataModifier and TypeMethodDescriptionstatic Metadata.BuilderMetadata.newBuilder(Metadata from) Creates a newMetadatabuilder instance using the specified object as a basis.static Metadata.BuilderMetadata.newBuilder(Metadata from, boolean forceCopy) Creates a newMetadatabuilder instance using the specified object as a basis.