string-template-maven-plugin

This plugin allows you to execute StringTemplate template files during your build. The values for templates can come from static declarations or from a Java class specified to be executed.

Лицензия

Лицензия

MIT
Категории

Категории

Maven Компиляция и сборка
Группа

Группа

com.io7m.stmp
Идентификатор

Идентификатор

string-template-maven-plugin
Последняя версия

Последняя версия

1.2.0
Дата

Дата

Тип

Тип

maven-plugin
Описание

Описание

string-template-maven-plugin
This plugin allows you to execute StringTemplate template files during your build. The values for templates can come from static declarations or from a Java class specified to be executed.
Ссылка на сайт

Ссылка на сайт

https://github.com/io7m/string-template-maven-plugin
Организация-разработчик

Организация-разработчик

The WebGuys
Система контроля версий

Система контроля версий

https://github.com/io7m/string-template-maven-plugin

Скачать string-template-maven-plugin

Как подключить последнюю версию

<plugin>
    <groupId>com.io7m.stmp</groupId>
    <artifactId>string-template-maven-plugin</artifactId>
    <version>1.2.0</version>
</plugin>

Зависимости

compile (7)

Идентификатор библиотеки Тип Версия
org.antlr : ST4 jar 4.3.1
org.apache.maven : maven-plugin-api jar 3.6.3
org.apache.maven : maven-core jar 3.6.3
org.apache.maven : maven-artifact jar 3.6.3
org.apache.maven : maven-model jar 3.6.3
org.sonatype.aether : aether-util jar 1.13.1
org.twdata.maven : mojo-executor jar 2.3.1

provided (1)

Идентификатор библиотеки Тип Версия
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.6.0

Модули Проекта

Данный проект не имеет модулей.

StringTemplate Maven Plugin

Maven Central Maven Central (snapshot)

This plugin allows you to execute StringTemplate template files during your build. The values for templates can come from static declarations or from a Java class specified to be executed.

For detailed instructions on how to use this plugin, please refer to the plugin site.

This fork uses a different groupId:

<plugin>
  <groupId>com.io7m.stmp</groupId>
  <artifactId>string-template-maven-plugin</artifactId>
  <version>1.2.0</version>
</plugin>
JVM Platform Status
OpenJDK LTS Linux Build (OpenJDK LTS, Linux)
OpenJDK Current Linux Build (OpenJDK Current, Linux)
OpenJDK Current Windows Build (OpenJDK Current, Windows)

License

Copyright (c) 2011-2013 Kevin Birch <kmb@pobox.com>. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Версии библиотеки

Версия
1.2.0