classpath-maven-plugin
Maven plugin which uses dependency and jar plugins to create a jar containing a classpath file. The value added to using dependency plugin is the ability to include the project artifact in the classpath.
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииMaven Компиляция и сборка |
| Группа | Группаorg.chiknrice |
| Идентификатор | Идентификаторclasspath-maven-plugin |
| Последняя версия | Последняя версия1.1 |
| Дата | Дата |
| Тип | Типmaven-plugin |
| Описание |
Описаниеclasspath-maven-plugin
Maven plugin which uses dependency and jar plugins to create a jar containing a classpath file including the
project artifact itself
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| classpath-maven-plugin-1.1.pom | |
| classpath-maven-plugin-1.1.jar | 7 KB |
| classpath-maven-plugin-1.1-sources.jar | 2 KB |
| classpath-maven-plugin-1.1-javadoc.jar | 36 KB |
| Обзор |
<plugin>
<groupId>org.chiknrice</groupId>
<artifactId>classpath-maven-plugin</artifactId>
<version>1.1</version>
</plugin>
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.maven : maven-plugin-api | jar | 3.0 |
| org.twdata.maven : mojo-executor | jar | 2.2.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.maven.plugin-tools : maven-plugin-annotations | jar | 3.4 |
Maven plugin which uses dependency and jar plugins to create a jar containing a classpath file. The value added to using dependency plugin is the ability to include the project artifact in the classpath.