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.

The current version of the plugin: 1.0

Goals Overview

The Classpath Plugin has one main goal:

  • classpath:classpath is recommended to bound to the generate-resources phase and is used to add different jar libs (e.g. non-maven jars) to classpath of your project.

Usage

General instructions on how to use the Classpath Plugin can be found on the usage page.

Some more specific use cases are described in the examples given below.

In case you still have questions regarding the plugin's usage, please have a look at the FAQ.

Examples

To provide you with better understanding on some usages of the Classpath Plugin, you can take a look into the following examples: