3. Runner
Configuring a System Under Test can be tedious if you are having a lot of library dependencies. The Maven Runner allow you to use your existing pom.xml
to resolve dependencies needed for the execution of specifications. Only the <dependencies> element of the pom.xml is read. Artifacts found will be resolved and added to the classpath of the runner. The artifact of the project itself will also be part of the classpath.
NEW in 2.8, you can now specify the groupId:artifactId:version (Maven Coordinates
) where the version can be a Version Ranges
as the Project Dependency Descriptor
Ex:
How to use with Confluence
How to use With XWiki