Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
3.8.4
-
None
Description
org.apache.maven.toolchain.java.JavaToolchainImpl has been created as replacement for the now deprecated org.apache.maven.toolchain.java.DefaultJavaToolChain.
However, the deprecated class was public, the new one isn't. That makes it impossible to follow the deprecation note to use the new class (outside of Maven core). I'm trying to fix this deprecation in Maven Tycho.
Attachments
Issue Links
- relates to
-
MNG-5719 rename JavaToolChain to JavaToolchain for consistency and don't declare it as Plexus component
- Closed
- links to