MVN

com.gitlab.autofeedback : autofeedback-maven-plugin

Maven & Gradle

Apr 10, 2023

AutoFeedback Maven Plugin · Maven plugin that packages Maven-based Java applications into a ZIP file and submits them to AutoFeedback. Handles token generation and registration as well.

<plugin>
    <groupId>com.gitlab.autofeedback</groupId>
    <artifactId>autofeedback-maven-plugin</artifactId>
    <version>0.5.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gitlab.autofeedback : autofeedback-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.5.2

All Versions

Choose a version of com.gitlab.autofeedback : autofeedback-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.5.x
autofeedback-maven-plugin-0.5.2

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.gitlab.autofeedback</groupId>
    <artifactId>autofeedback-maven-plugin</artifactId>
    <version>0.5.2</version>
</plugin>