| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииMaven Компиляция и сборка |
| Группа | Группаorg.kuali.maven.plugins |
| Идентификатор | Идентификаторproperties-maven-plugin |
| Последняя версия | Последняя версия2.0.1 |
| Дата | Дата |
| Тип | Типmaven-plugin |
| Описание |
ОписаниеProperties Maven Plugin
The Properties Maven Plugin is here to make life a little easier when dealing
with properties. It provides goals to read and write properties from files.
The Kuali version of this plugin adds support for loading properties from XML files and reading properties files from any
location Spring resource loading can understand (eg classpath:myprops.properties)
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
<plugin>
<groupId>org.kuali.maven.plugins</groupId>
<artifactId>properties-maven-plugin</artifactId>
<version>2.0.1</version>
</plugin>
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework : spring-core | jar | 3.2.1.RELEASE |
| org.jasypt : jasypt | jar | 1.9.0 |
| org.kuali.maven.common : maven-kuali-common | jar | 1.2.8 |
| org.kuali.common : kuali-util | jar | 4.1.0 |
| org.apache.commons : commons-lang3 | jar | 3.1 |
| org.apache.commons : commons-io | jar | 1.3.2 |
| org.slf4j : slf4j-api | jar | 1.7.2 |
| org.slf4j : jcl-over-slf4j | jar | 1.7.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.maven : maven-compat | jar | 3.0.5 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-log4j12 | jar | 1.7.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |