Uses of Class
org.apache.maven.model.Exclusion
Packages that use Exclusion
Package
Description
Maven POM (Project Object Model) classes, generated from
maven.mdo model.XML reader and writer classes for Maven POM, generated from
maven.mdo model.POM merger.
Maven Resolver extensions for utilizing the Maven POM and Maven
repository metadata.
-
Uses of Exclusion in org.apache.maven
Methods in org.apache.maven with parameters of type ExclusionModifier and TypeMethodDescriptionprivate static org.eclipse.aether.graph.ExclusionRepositoryUtils.toExclusion(Exclusion exclusion) Method parameters in org.apache.maven with type arguments of type ExclusionModifier and TypeMethodDescriptionstatic org.eclipse.aether.graph.DependencyRepositoryUtils.toDependency(Artifact artifact, Collection<Exclusion> exclusions) -
Uses of Exclusion in org.apache.maven.artifact.resolver.filter
Fields in org.apache.maven.artifact.resolver.filter with type parameters of type ExclusionModifier and TypeFieldDescriptionExclusionArtifactFilter.artifactIdIsWildcardExclusionArtifactFilter.exclusionsExclusionArtifactFilter.groupIdAndArtifactIdIsWildcardExclusionArtifactFilter.groupIdIsWildcardMethods in org.apache.maven.artifact.resolver.filter that return types with arguments of type ExclusionModifier and TypeMethodDescriptionExclusionArtifactFilter.sameArtifactId(Artifact artifact) ExclusionArtifactFilter.sameGroupId(Artifact artifact) Constructor parameters in org.apache.maven.artifact.resolver.filter with type arguments of type Exclusion -
Uses of Exclusion in org.apache.maven.model
Fields in org.apache.maven.model with type parameters of type ExclusionMethods in org.apache.maven.model that return ExclusionMethods in org.apache.maven.model that return types with arguments of type ExclusionMethods in org.apache.maven.model with parameters of type ExclusionModifier and TypeMethodDescriptionvoidDependency.addExclusion(Exclusion exclusion) Method addExclusion.voidDependency.removeExclusion(Exclusion exclusion) Method removeExclusion.Method parameters in org.apache.maven.model with type arguments of type ExclusionModifier and TypeMethodDescriptionvoidDependency.setExclusions(List<Exclusion> exclusions) Set lists a set of artifacts that should be excluded from this dependency's artifact list when it comes to calculating transitive dependencies. -
Uses of Exclusion in org.apache.maven.model.interpolation
Methods in org.apache.maven.model.interpolation with parameters of type Exclusion -
Uses of Exclusion in org.apache.maven.model.io.xpp3
Methods in org.apache.maven.model.io.xpp3 that return ExclusionModifier and TypeMethodDescriptionprivate ExclusionMavenXpp3Reader.parseExclusion(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseExclusion.private ExclusionMavenXpp3ReaderEx.parseExclusion(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) Method parseExclusion.Methods in org.apache.maven.model.io.xpp3 with parameters of type ExclusionModifier and TypeMethodDescriptionprivate voidMavenXpp3Writer.writeExclusion(Exclusion exclusion, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeExclusion.private voidMavenXpp3WriterEx.writeExclusion(Exclusion exclusion, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeExclusion. -
Uses of Exclusion in org.apache.maven.model.merge
Methods in org.apache.maven.model.merge with parameters of type ExclusionModifier and TypeMethodDescriptionprotected ObjectMavenModelMerger.getExclusionKey(Exclusion exclusion) protected ObjectModelMerger.getExclusionKey(Exclusion exclusion) protected voidModelMerger.mergeExclusion(Exclusion target, Exclusion source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergeExclusion_ArtifactId(Exclusion target, Exclusion source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergeExclusion_GroupId(Exclusion target, Exclusion source, boolean sourceDominant, Map<Object, Object> context) -
Uses of Exclusion in org.apache.maven.plugin
Method parameters in org.apache.maven.plugin with type arguments of type ExclusionModifier and TypeMethodDescriptionprivate static booleanCacheUtils.exclusionsEquals(List<Exclusion> a, List<Exclusion> b) -
Uses of Exclusion in org.apache.maven.repository.internal
Methods in org.apache.maven.repository.internal with parameters of type Exclusion