Verwendungen von Klasse
com.github.koraktor.mavanagaiata.mojo.AbstractGitMojo

Packages, die AbstractGitMojo verwenden
Package
Beschreibung
Maven mojo implementations and related code
  • Verwendungen von AbstractGitMojo in com.github.koraktor.mavanagaiata.mojo

    Modifizierer und Typ
    Klasse
    Beschreibung
    (Package privat) class 
    This abstract Mojo implements writing output to a PrintStream This is either System.out by default, but maybe another PrintStream object wrapped around a file given by outputFile.
    class 
    This goal provides the currently checked out Git branch in the "mavanagaiata.branch" and "mvngit.branch" properties.
    class 
    This goal allows to generate a changelog of the currently checked out branch of the Git repository.
    class 
    This goal checks various aspects of a Git repository to ensure it is in a valid state prior to a build
    class 
    This goal provides the full ID of the current Git commit in the "mavanagaiata.commit.id", "mavanagaiata.commit.sha", "mvngit.commit.id", "mvngit.commit.sha" properties.
    class 
    This goal allows to generate a list of contributors for the currently checked out branch of the Git repository.
    class 
    This goal generates the source code for a Java class with Git information like commit ID and tag name.
    class 
    This goal provides the most recent Git tag in the "mavanagaiata.tag" and "mvngit.tag" properties.