Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.19 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.19 KB

rox-jee-itf-maven-plugin

Maven plugin to run the Java EE integration tests based on Java EE Integration Test Framework.

Usage

  1. Example of usage in a pom.xml
<plugin>
	<groupId>com.lotaris.maven.rox.plugins</groupId>
	<artifactId>rox-itf-maven-plugin</artifactId>
	<version>2.2.1</version>
	<configuration>
		<category>Integration - ITF</category>
		<roxConfig>${project.parent.basedir}/src/main/resources/rox.yml</roxConfig>
		<launchUrl>http://localhost:8080/${lotaris.todolist.server.context.root}-test/itf/start?filters={filters}&amp;category={category}&amp;projectName=${project.version}</launchUrl>
	</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

rox-jee-itf-maven-plugin is licensed under the MIT License. See LICENSE.txt for the full text.