MVEL templating Maven Mojo

MVEL templating Maven plugin

Лицензия

Лицензия

Категории

Категории

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

Группа

uk.co.codezen
Идентификатор

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

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

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

1.0
Дата

Дата

Тип

Тип

maven-plugin
Описание

Описание

MVEL templating Maven Mojo
MVEL templating Maven plugin
Система контроля версий

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

https://github.com/spaulg/mvel-maven-plugin

Скачать mvel-maven-plugin

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

<plugin>
    <groupId>uk.co.codezen</groupId>
    <artifactId>mvel-maven-plugin</artifactId>
    <version>1.0</version>
</plugin>

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
org.apache.maven : maven-plugin-api jar 3.2.3
org.apache.maven : maven-compat jar 3.2.3
com.jcabi : jcabi-maven-slf4j jar 0.9
org.mvel : mvel2 jar 2.2.2.Final

provided (1)

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

test (3)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.apache.maven.plugin-testing : maven-plugin-testing-harness jar 3.2.0
org.slf4j : slf4j-simple jar 1.7.7

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

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

mvel-maven-plugin

A maven plugin for rendering templates with MVEL.

Usage

<plugin>
    <groupId>uk.co.codezen</groupId>
    <artifactId>mvel-maven-plugin</artifactId>
    <version>1.0</version>
 
    <executions>
        <execution>
            <goals>
                <goal>render</goal>
            </goals>
        
            <configuration>
                <templates>
                    <template>
                        <templatePath>${basedir}/src/main/webapp/WEB-INF/web.xml</templatePath>
                        <outputPath>${project.build.directory}/${project.build.finalName}/WEB-INF/web.xml</outputPath>
                    </template>
                </templates>
            </configuration>
        </execution>
    </executions>
</plugin>

License

Copyright 2014 Simon Paulger spaulger@codezen.co.uk

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

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

Версия
1.0