MVN

org.hedgecode.maven.plugins : classpath-maven-plugin

Maven & Gradle

Aug 30, 2016

Hedgecode Classpath Maven Plugin · The Hedgecode Classpath Plugin is used to add the different Java libraries (e.g. non-maven jars) to the classpath of your project.

<plugin>
    <groupId>org.hedgecode.maven.plugins</groupId>
    <artifactId>classpath-maven-plugin</artifactId>
    <version>1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.hedgecode.maven.plugins : classpath-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of org.hedgecode.maven.plugins : classpath-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
classpath-maven-plugin-1.0
0.2
classpath-maven-plugin-0.2
0.1
classpath-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>org.hedgecode.maven.plugins</groupId>
    <artifactId>classpath-maven-plugin</artifactId>
    <version>1.0</version>
</plugin>