Class ContextOverrides.MavenSystemHome

java.lang.Object
eu.maveniverse.maven.mima.context.ContextOverrides.MavenSystemHome
Enclosing class:
ContextOverrides

public static final class ContextOverrides.MavenSystemHome extends Object
Layout of Maven System Home, usually set with $MAVEN_HOME environment variable, or maven.home Java System Property (by Maven).
Since:
2.1.0
  • Constructor Details

    • MavenSystemHome

      public MavenSystemHome(Path mavenSystemHome)
  • Method Details

    • basedir

      public Path basedir()
    • bin

      public Path bin()
    • boot

      public Path boot()
    • conf

      public Path conf()
    • lib

      public Path lib()
    • m2Conf

      public Path m2Conf()
    • mvn

      public Path mvn()
    • mvnCmd

      public Path mvnCmd()
    • mvnDebug

      public Path mvnDebug()
    • mvnDebugCmd

      public Path mvnDebugCmd()
    • settingsXml

      public Path settingsXml()
    • toolchainsXml

      public Path toolchainsXml()
    • confLogging

      public Path confLogging()
    • simpleloggerProperties

      public Path simpleloggerProperties()
    • libExt

      public Path libExt()