MVN

org.linqs.plugins : list-classes-maven-plugin

Maven & Gradle

Oct 21, 2018

list-classes-maven-plugin · A Maven plugin that list the packages of the project and drops them into a properties file.

<plugin>
    <groupId>org.linqs.plugins</groupId>
    <artifactId>list-classes-maven-plugin</artifactId>
    <version>1.0.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.linqs.plugins : list-classes-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of org.linqs.plugins : list-classes-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
list-classes-maven-plugin-1.0.1
list-classes-maven-plugin-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>org.linqs.plugins</groupId>
    <artifactId>list-classes-maven-plugin</artifactId>
    <version>1.0.1</version>
</plugin>