Uses of Class
org.fedoraproject.xmvn.config.Artifact
Packages that use Artifact
-
Uses of Artifact in org.fedoraproject.xmvn.config
Methods in org.fedoraproject.xmvn.config that return ArtifactModifier and TypeMethodDescriptionArtifact.clone()
Method clone.PackagingRule.getArtifactGlob()
Get pattern specifying one or more Maven artifacts.Methods in org.fedoraproject.xmvn.config that return types with arguments of type ArtifactModifier and TypeMethodDescriptionPackagingRule.getAliases()
Method getAliases.ResolverSettings.getBlacklist()
Method getBlacklist.BuildSettings.getSkippedPlugins()
Method getSkippedPlugins.Methods in org.fedoraproject.xmvn.config with parameters of type ArtifactModifier and TypeMethodDescriptionvoid
Add an alias.void
ResolverSettings.addBlacklist
(Artifact artifact) Method addBlacklist.void
PackagingRule.removeAlias
(Artifact artifact) Remove an alias.void
ResolverSettings.removeBlacklist
(Artifact artifact) Method removeBlacklist.void
PackagingRule.setArtifactGlob
(Artifact artifactGlob) Set pattern specifying one or more Maven artifacts.Method parameters in org.fedoraproject.xmvn.config with type arguments of type ArtifactModifier and TypeMethodDescriptionvoid
PackagingRule.setAliases
(List<Artifact> aliases) Set alternative identifiers of artifacts.void
ResolverSettings.setBlacklist
(List<Artifact> blacklist) Set list of blacklisted artifacts which will not be resolved.void
BuildSettings.setSkippedPlugins
(List<Artifact> skippedPlugins) Set list of plugins which will not be executed during build.