jar

io.github.marwin1991 : keep-changelog-maven-plugin

Maven & Gradle

Apr 04, 2021
21 stars

keep-changelog-maven-plugin · Maven plugin to generate CHANGELOG.md based on YAML files, which are representing single entry in changelog.

Table Of Contents

Latest Version

Download io.github.marwin1991 : keep-changelog-maven-plugin JAR file - Latest Versions:

All Versions

Download io.github.marwin1991 : keep-changelog-maven-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
0.3.x
0.2.x
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window keep-changelog-maven-plugin-0.3.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.marwin1991.keep_changelog.yaml.parse

├─ com.github.marwin1991.keep_changelog.yaml.parse.ChangelogEntryParser.class - [JAR]

com.github.marwin1991.keep_changelog.markdown

├─ com.github.marwin1991.keep_changelog.markdown.Markdown.class - [JAR]

├─ com.github.marwin1991.keep_changelog.markdown.MarkdownChangeLogEntryType.class - [JAR]

├─ com.github.marwin1991.keep_changelog.markdown.MarkdownChangelog.class - [JAR]

├─ com.github.marwin1991.keep_changelog.markdown.MarkdownChangelogEntry.class - [JAR]

├─ com.github.marwin1991.keep_changelog.markdown.MarkdownChangelogVersion.class - [JAR]

├─ com.github.marwin1991.keep_changelog.markdown.MarkdownChangelogVersionConfiguration.class - [JAR]

├─ com.github.marwin1991.keep_changelog.markdown.MarkdownListInTable.class - [JAR]

com.github.marwin1991.keep_changelog.mojo

├─ com.github.marwin1991.keep_changelog.mojo.CreateReleaseMojo.class - [JAR]

├─ com.github.marwin1991.keep_changelog.mojo.GenerateChangelogMojo.class - [JAR]

├─ com.github.marwin1991.keep_changelog.mojo.InitProjectMojo.class - [JAR]

com.github.marwin1991.keep_changelog.yaml.converter

├─ com.github.marwin1991.keep_changelog.yaml.converter.ChangeLogEntryTypeConverter.class - [JAR]

├─ com.github.marwin1991.keep_changelog.yaml.converter.ConfigurationActionConverter.class - [JAR]

com.github.marwin1991.keep_changelog.model

├─ com.github.marwin1991.keep_changelog.model.Changelog.class - [JAR]

├─ com.github.marwin1991.keep_changelog.model.ChangelogVersion.class - [JAR]

com.github.marwin1991.keep_changelog.logger

├─ com.github.marwin1991.keep_changelog.logger.Logger.class - [JAR]

com.github.marwin1991.keep_changelog.test

├─ com.github.marwin1991.keep_changelog.test.Test.class - [JAR]

├─ com.github.marwin1991.keep_changelog.test.TestGenerateChangelogMojo.class - [JAR]

├─ com.github.marwin1991.keep_changelog.test.TestInitProject.class - [JAR]

com.github.marwin1991.keep_changelog.yaml.model

├─ com.github.marwin1991.keep_changelog.yaml.model.Author.class - [JAR]

├─ com.github.marwin1991.keep_changelog.yaml.model.ChangeLogEntryType.class - [JAR]

├─ com.github.marwin1991.keep_changelog.yaml.model.ChangelogEntry.class - [JAR]

├─ com.github.marwin1991.keep_changelog.yaml.model.ChangelogLink.class - [JAR]

├─ com.github.marwin1991.keep_changelog.yaml.model.Configuration.class - [JAR]

├─ com.github.marwin1991.keep_changelog.yaml.model.ConfigurationAction.class - [JAR]