Write a Properties File

Maven Plugin to write a Properties File

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

write-properties-file-maven-plugin
Последняя версия

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

1.0.1
Дата

Дата

Тип

Тип

maven-plugin
Описание

Описание

Write a Properties File
Maven Plugin to write a Properties File
Ссылка на сайт

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

https://github.com/internetitem/write-properties-file-maven-plugin
Организация-разработчик

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

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

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

https://github.com/internetitem/write-properties-file-maven-plugin

Скачать write-properties-file-maven-plugin

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

<plugin>
    <groupId>com.internetitem</groupId>
    <artifactId>write-properties-file-maven-plugin</artifactId>
    <version>1.0.1</version>
</plugin>

Зависимости

compile (2)

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

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

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

write-properties-file-maven-plugin

Maven plugin to write Properties Files

      <plugin>
        <groupId>com.internetitem</groupId>
        <artifactId>write-properties-file-maven-plugin</artifactId>
        <version>1.0.1</version>
        <executions>
          <execution>
            <id>one</id>
            <phase>compile</phase>
            <goals>
                <goal>write-properties-file</goal>
            </goals>
            <configuration>
              <filename>test.properties</filename>
              <properties>
                <property>
                  <name>one</name>
                  <value>1</value>
                </property>
                <property>
                  <name>artifactId</name>
                  <value>My Artifact ID is ${project.artifactId}</value>
                </property>
              </properties>
            </configuration>
          </execution>
        </executions>
      </plugin>

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

Версия
1.0.1
1.0.0