maven-classpath-from-resource
Adds jars from folders to dependencies as system scoped artifacts.
Tests run on CI, both on Linux and Windows: https://ci.appveyor.com/project/madisparn/maven-classpath-from-resource.
| License |
License |
|---|---|
| Categories |
CategoriesMaven Build Tools |
| GroupId | GroupIdcom.bashhead.maven |
| ArtifactId | ArtifactIdresources-as-dependencies-maven-plugin |
| Last Version | Last Version1.2 |
| Release Date | Release Date |
| Type | Typemaven-plugin |
| Description |
DescriptionMaven plugin for adding all jars in folders as compile dependencies
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
<plugin>
<groupId>com.bashhead.maven</groupId>
<artifactId>resources-as-dependencies-maven-plugin</artifactId>
<version>1.2</version>
</plugin>
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.maven : maven-core | jar | 3.2.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.maven.plugin-tools : maven-plugin-annotations | jar | 3.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.hamcrest : hamcrest-library | jar | 1.3 |
| org.apache.maven.plugin-testing : maven-plugin-testing-harness | jar | 3.3.0 |
| org.apache.maven : maven-compat | jar | 3.2.5 |
Adds jars from folders to dependencies as system scoped artifacts.
Tests run on CI, both on Linux and Windows: https://ci.appveyor.com/project/madisparn/maven-classpath-from-resource.