MVN

com.github.veithen.alta : alta-maven-plugin

Maven & Gradle

Jun 03, 2023
1 stars

Alta Maven Plugin · Maven plugin that takes as input a set of artifacts specified as a subset of the project dependencies or as an explicit list of artifacts and produces a set of outputs with information about these artifacts.

<plugin>
    <groupId>com.github.veithen.alta</groupId>
    <artifactId>alta-maven-plugin</artifactId>
    <version>0.8.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.veithen.alta : alta-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.8.0

All Versions

Choose a version of com.github.veithen.alta : alta-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.8.x
alta-maven-plugin-0.8.0
0.7.x
alta-maven-plugin-0.7.2
alta-maven-plugin-0.7.1
alta-maven-plugin-0.7.0
0.6.x
alta-maven-plugin-0.6.2
alta-maven-plugin-0.6.1
0.6
alta-maven-plugin-0.6
0.5
alta-maven-plugin-0.5
0.4.x
alta-maven-plugin-0.4.2
alta-maven-plugin-0.4.1
0.4
alta-maven-plugin-0.4
0.3.x
alta-maven-plugin-0.3.1
0.3
alta-maven-plugin-0.3
0.2.x
alta-maven-plugin-0.2.1
0.2
alta-maven-plugin-0.2
0.1
alta-maven-plugin-0.1

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.veithen.alta</groupId>
    <artifactId>alta-maven-plugin</artifactId>
    <version>0.8.0</version>
</plugin>

Advertisement