MVN

com.github.zaplatynski : archive-packagetype

Maven & Gradle

Nov 02, 2019
4 stars

Archive Maven Package Type · A simple approach to a Maven package type for archive

<plugin>
    <groupId>com.github.zaplatynski</groupId>
    <artifactId>archive-packagetype</artifactId>
    <version>1.1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.zaplatynski : archive-packagetype to add to Maven - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of com.github.zaplatynski : archive-packagetype to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
archive-packagetype-1.1.0
1.0.x
archive-packagetype-1.0.0

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.github.zaplatynski</groupId>
    <artifactId>archive-packagetype</artifactId>
    <version>1.1.0</version>
</plugin>