Run Jubula Functional Tests in a Maven build. Beware: This project is under heavy development and may be broken from time to time.
mvn clean install
Add the following snippet inside build -> plugins:
<plugin>
<groupId>org.mule.tooling</groupId>
<artifactId>jubula-maven-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
<executions>
<execution>
<phase>integration-tests</phase>
<goals>
<goal>test</goal>
</goals>
<configuration>
<product>org.mule.tooling:my-product:3.2.1</product>
</configuration>
</execution>
</executions>
</plugin>
Alejo Abdala (alejo dot abdala at mulesoft dot org)
Alberto Pose (@thepose)
Copyright 2012 MuleSoft, Inc.
Licensed under the Common Public Attribution License (CPAL), Version 1.0.