Maven plugin to run the Java EE integration tests based on Java EE Integration Test Framework.
- 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}&category={category}&projectName=${project.version}</launchUrl>
</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.
rox-jee-itf-maven-plugin is licensed under the MIT License. See LICENSE.txt for the full text.