maven-editsource

Maven plugin to edit source/resource files with variables

Лицензия

Лицензия

Категории

Категории

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

Группа

in.ashwanthkumar
Идентификатор

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

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

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

0.0.2
Дата

Дата

Тип

Тип

maven-plugin
Описание

Описание

maven-editsource
Maven plugin to edit source/resource files with variables
Ссылка на сайт

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

https://github.com/ashwanthkumar/maven-editsource
Система контроля версий

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

https://github.com/ashwanthkumar/maven-editsource

Скачать maven-editsource

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

<plugin>
    <groupId>in.ashwanthkumar</groupId>
    <artifactId>maven-editsource</artifactId>
    <version>0.0.2</version>
</plugin>

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
in.ashwanthkumar : my-java-utils jar 0.1.0

provided (2)

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

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

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

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

maven-editsource

Maven EditSource Plugin.

Usage

<plugin>
    <groupId>in.ashwanthkumar</groupId>
    <artifactId>maven-editsource</artifactId>
    <version>0.0.2</version>
    <executions>
        <execution>
            <phase>generate-resources</phase>
            <goals>
                <goal>edit</goal>
            </goals>
            <configuration>
                <variables>
                    <version>${project.version}</version>
                </variables>
                <files>
                    <file>
                        <input>${project.basedir}/src/main/resources/plugin.xml</input>
                        <output>${project.build.outputDirectory}/plugin.xml</output>
                    </file>
                </files>
            </configuration>
        </execution>
    </executions>
</plugin>

License

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

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

Версия
0.0.2
0.0.1