jar

com.github.jinnovations : attribution-maven-plugin

Maven & Gradle

Sep 06, 2022
7 stars

Attribution Maven Plugin · The Attribution Maven Plugin is a tool for producing information about a project's dependencies, in a way that can be consumed by external reporting tools. It currently leverages the Maven Project Info Reports Plugin (https://maven.apache.org/components/plugins/maven-project-info-reports-plugin/) to obtain all of a project's data, and then output the information to an XML file, such as: target/attribution.xml. This plugin came from the need to get some of the same information produced by the Maven Project Info Reports Plugin, and have it ready to be consumed by tools which may require input in a certain format, such as a CSV. By producing an attribution XML file, scripts can be created to translate the data into these other consumable formats.

Table Of Contents

Latest Version

Download com.github.jinnovations : attribution-maven-plugin JAR file - Latest Versions:

All Versions

Download com.github.jinnovations : attribution-maven-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
0.9.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 attribution-maven-plugin-0.9.9.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.microfocus.plugins.attribution.datamodel.services.impl

├─ com.microfocus.plugins.attribution.datamodel.services.impl.DependenciesContext.class - [JAR]

├─ com.microfocus.plugins.attribution.datamodel.services.impl.DependenciesServiceImpl.class - [JAR]

├─ com.microfocus.plugins.attribution.datamodel.services.impl.ReportsServiceImpl.class - [JAR]

com.microfocus.plugins.attribution.datamodel

├─ com.microfocus.plugins.attribution.datamodel.DataModelException.class - [JAR]

com.microfocus.plugins.attribution.datamodel.beans

├─ com.microfocus.plugins.attribution.datamodel.beans.AttributionReport.class - [JAR]

├─ com.microfocus.plugins.attribution.datamodel.beans.DependencyOverride.class - [JAR]

├─ com.microfocus.plugins.attribution.datamodel.beans.ProjectDependency.class - [JAR]

├─ com.microfocus.plugins.attribution.datamodel.beans.ProjectDependencyLicense.class - [JAR]

com.microfocus.plugins.attribution.datamodel.utils

├─ com.microfocus.plugins.attribution.datamodel.utils.DependencyUtils.class - [JAR]

├─ com.microfocus.plugins.attribution.datamodel.utils.ServiceLog.class - [JAR]

com.microfocus.plugins.attribution.mojos

├─ com.microfocus.plugins.attribution.mojos.AttributionMojo.class - [JAR]

com.microfocus.plugins.attribution.datamodel.services

├─ com.microfocus.plugins.attribution.datamodel.services.DependenciesService.class - [JAR]

├─ com.microfocus.plugins.attribution.datamodel.services.ReportsService.class - [JAR]

Advertisement