Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 1.38 KB

README.md

File metadata and controls

54 lines (39 loc) · 1.38 KB

DEPRACATED

probedock-uuid-maven-plugin

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

Usage

depracted

  1. 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>

Requirements

  • Java 6+

Contributing

  • 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.

License

probedock-uuid-maven-plugin is licensed under the MIT License. See LICENSE.txt for the full text.