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.
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииMaven Компиляция и сборка |
| Группа | Группаcom.bashhead.maven |
| Идентификатор | Идентификаторresources-as-dependencies-maven-plugin |
| Последняя версия | Последняя версия1.2 |
| Дата | Дата |
| Тип | Типmaven-plugin |
| Описание |
ОписаниеMaven plugin for adding all jars in folders as compile dependencies
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
<plugin>
<groupId>com.bashhead.maven</groupId>
<artifactId>resources-as-dependencies-maven-plugin</artifactId>
<version>1.2</version>
</plugin>
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.maven : maven-core | jar | 3.2.5 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.maven.plugin-tools : maven-plugin-annotations | jar | 3.4 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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.