A plugin to generate a unique report id for Probe Dock.
If you need a plugin that take care to generate a Test Report UID and that avoid overriding env var PROBEDOCK_TEST_REPORT_UID, take a look to this plugin: https://github.com/probedock/probedock-uid-maven-plugin
depracted
- Put the following dependency in your pom.xml
<plugin>
<groupId>io.probedock.maven.plugins</groupId>
<artifactId>probedock-uuid-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>
- 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-uuid-maven-plugin is licensed under the MIT License. See LICENSE.txt for the full text.