Uses of Class
org.apache.maven.cling.invoker.mvnup.goals.AbstractUpgradeStrategy
Packages that use AbstractUpgradeStrategy
Package
Description
Maven Upgrade Tool Goals and Strategies.
-
Uses of AbstractUpgradeStrategy in org.apache.maven.cling.invoker.mvnup.goals
Subclasses of AbstractUpgradeStrategy in org.apache.maven.cling.invoker.mvnup.goalsModifier and TypeClassDescriptionclassStrategy for applying Maven 4 compatibility fixes to POM files.classStrategy for deduplicating dependency and plugin declarations in POM files.classStrategy for removing duplicate XML elements in POM files.classStrategy for wideningrequireMavenVersionranges in themaven-enforcer-pluginto allow Maven 4.classStrategy for applying Maven inference optimizations.classStrategy for upgrading Maven model versions (e.g., 4.0.0 → 4.1.0).classStrategy for fixing invalidAutomatic-Module-Namemanifest entries in POM files.classStrategy for injecting the standalone OpenJDK Nashorn engine as a plugin dependency whenmaven-antrun-pluginuses inline JavaScript via<script language="javascript">.classStrategy for upgrading Maven plugins to recommended versions.classStrategy for upgrading HTTP repository URLs to HTTPS in POM files.classStrategy for adding binary file extension exclusions to the maven-resources-plugin when resource filtering is enabled.classStrategy for migrating legacy source configuration to Maven 4.1.0+<source>elements.classStrategy for adding themaven-toolchains-pluginwith theselect-jdk-toolchaingoal when the project's declared--source/--releaselevel has been retired by a newer JDK (per JEP 182).