Interface MavenSystemHome

All Known Implementing Classes:
MavenSystemHomeImpl

public interface MavenSystemHome
Interface pointing to Maven System Home and various locations of interests within it.
Since:
2.4.0
  • Method Details

    • basedir

      Path basedir()
    • bin

      Path bin()
    • boot

      Path boot()
    • conf

      Path conf()
    • lib

      Path lib()
    • libExt

      Path libExt()
    • settingsXml

      Path settingsXml()
    • toolchainsXml

      Path toolchainsXml()
    • derive

      MavenSystemHome derive(ContextOverrides contextOverrides)
      Derives new maven system home from itself with overrides applied.
      Since:
      2.4.4