A plugin to generate a unique report id for Probe Dock.
- Put the following dependency in your pom.xml
<plugin>
<groupId>io.probedock.maven.plugins</groupId>
<artifactId>probedock-uid-maven-plugin</artifactId>
<version>0.0.1</version>
<executions>
<execution>
<goals>
<goal>generate</goal>
</goals>
</execution>
</executions>
<!--
Optional configuration if you want to have a property of a different name.
The default proerty name is: probedock.report.uid
-->
<configuration>
<propertyName>custom.property.name</propertyName>
</configuration>
</plugin>Remark: If PROBEDOCK_TEST_REPORT_UID is already set, the plugin will use the value in place of generate a new one.
- Java 6+
- Fork
- Create a topic branch -
git checkout -b feature - Push to your branch -
git push origin feature - Create a pull request from your branch
Please add a changelog entry with your name for new features and bug fixes.
probedock-uid-maven-plugin is licensed under the MIT License. See LICENSE.txt for the full text.