com.github.caofangkun:version-maven-plugin

Generate Release Version Information for Maven Project

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

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

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

1.0.2
Дата

Дата

Тип

Тип

maven-plugin
Описание

Описание

com.github.caofangkun:version-maven-plugin
Generate Release Version Information for Maven Project
Ссылка на сайт

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

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

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

https://github.com/caofangkun/version-maven-plugin

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

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

<plugin>
    <groupId>com.github.caofangkun</groupId>
    <artifactId>version-maven-plugin</artifactId>
    <version>1.0.2</version>
</plugin>

Зависимости

compile (2)

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

provided (1)

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

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

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

Master Branch: Travis CI

version-maven-plugin

Generate Release Version Information for Maven Project

Pom info Example

            <plugin>
               <groupId>com.github.caofangkun</groupId>
               <artifactId>version-maven-plugin</artifactId>
               <executions>
                 <execution>
                   <id>version-info</id>
                   <phase>generate-resources</phase>
                   <goals>
                     <goal>version-info</goal>
                   </goals>
                   <configuration>
                   <source>
                      <directory>${basedir}/src/</directory>
                      <includes>
                        <include>src/**/*.java</include>
                        <include>clj/**/*.clj</include>
                      </includes>
                  </source>
                 </configuration>
               </execution>
             </executions>
          </plugin>

Example Usage

git clone https://github.com/caofangkun/version-maven-plugin.git
cd version-maven-plugin
mvn clean && mvn install 
cd examples/version-example
mvn clean && mvn install 

bin/version 
Version 1.0-SNAPSHOT
URL https://github.com/caofangkun/version-maven-plugin.git -r c51a3be9a59a5c65a5d6e7b370ee637926b62939
Branch master
Compiled by caokun on 2015-03-05T02:37Z
From source with checksum d41d8cd98f0b24e980998ecf8427e

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

Версия
1.0.2