| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииMaven Компиляция и сборка |
| Группа | Группаorg.kuali.maven.plugins |
| Идентификатор | Идентификаторspring-maven-plugin |
| Последняя версия | Последняя версия3.1.0 |
| Дата | Дата |
| Тип | Типmaven-plugin |
| Описание |
ОписаниеSpring Maven Plugin
This plugin provides integration between Spring and Maven.
Plugin goals support loading a Spring context XML file as part of the Maven build lifecycle.
The XML file can be on the local file system or be accessible via any URL Spring's resource loading mechanism can understand.
Spring's "classpath:context.xml" style notation is supported.
Annotated Java classes can also be used to load a Spring context.
Maven properties are injected into the Spring context (both XML and annotation style) as a java.util.Properties bean named "mavenProperties".
Maven properties are also registered as a top level PropertySource so that Spring's placeholder resolution framework automatically considers them.
See Project Reports -> Plugin Documentation for details on plugin goals.
By default, the profile "maven" is set as an active Spring profile along with any other active Maven profiles.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| spring-maven-plugin-3.1.0.pom | |
| spring-maven-plugin-3.1.0.jar | 11 KB |
| spring-maven-plugin-3.1.0-tests.jar | 5 KB |
| spring-maven-plugin-3.1.0-sources.jar | 7 KB |
| spring-maven-plugin-3.1.0-javadoc.jar | 36 KB |
| Обзор |
<plugin>
<groupId>org.kuali.maven.plugins</groupId>
<artifactId>spring-maven-plugin</artifactId>
<version>3.1.0</version>
</plugin>
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.kuali.common : kuali-util | jar | 4.4.9 |
| org.kuali.common : kuali-maven | jar | 1.1.4 |
| org.apache.commons : commons-lang3 | jar | 3.2.1 |
| commons-io : commons-io | jar | 2.4 |
| org.slf4j : slf4j-api | jar | 1.7.5 |
| org.slf4j : jcl-over-slf4j | jar | 1.7.5 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.maven.plugin-tools : maven-plugin-annotations | jar | 3.2 |
| org.apache.maven : maven-compat | jar | 3.1.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.7.5 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |