BAEL-4783 run cucumber test as part of acceptance profile
This commit is contained in:
parent
7df0ace15e
commit
5f045808f9
@ -112,20 +112,28 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<profiles>
|
||||||
<plugins>
|
<profile>
|
||||||
<plugin>
|
<id>acceptance</id>
|
||||||
<artifactId>maven-failsafe-plugin</artifactId>
|
<activation>
|
||||||
<version>${maven-failsafe-plugin.version}</version>
|
<activeByDefault>false</activeByDefault>
|
||||||
<executions>
|
</activation>
|
||||||
<execution>
|
<build>
|
||||||
<goals>
|
<plugins>
|
||||||
<goal>integration-test</goal>
|
<plugin>
|
||||||
<goal>verify</goal>
|
<artifactId>maven-failsafe-plugin</artifactId>
|
||||||
</goals>
|
<version>${maven-failsafe-plugin.version}</version>
|
||||||
</execution>
|
<executions>
|
||||||
</executions>
|
<execution>
|
||||||
</plugin>
|
<goals>
|
||||||
</plugins>
|
<goal>integration-test</goal>
|
||||||
</build>
|
<goal>verify</goal>
|
||||||
|
</goals>
|
||||||
|
</execution>
|
||||||
|
</executions>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</build>
|
||||||
|
</profile>
|
||||||
|
</profiles>
|
||||||
</project>
|
</project>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user