Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

soulwing/uuid-maven-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uuid-maven-plugin

A Maven plugin that produces a random UUID in a build property.

By default this plugin binds to the initialize build phase.

Usage:

<build>
  <plugins>
    <plugin>
      <groupId>org.soulwing</groupId>
      <artifactId>uuid-maven-plugin</artifactId>
      <version>1.0.0</version>
      <executions>
        <execution>
          <goals>
            <goal>uuid</goal>
          </goals>
          <configuration>
            <targetProperty>my.uuid</targetProperty>
          </configuration>
        </execution>
      </executions>
    </plugin>
  </plugins>
</build>

If you want a UUID type other than random, feel free to send me a pull request with an implementation.

About

A Maven plugin that produces a UUID

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages