BAEL-4783 run cucumber test as part of acceptance profile

This commit is contained in:
Trixi Turny 2021-04-26 11:33:20 +01:00
parent 7df0ace15e
commit 5f045808f9
1 changed files with 24 additions and 16 deletions

View File

@ -112,6 +112,12 @@
</dependency>
</dependencies>
<profiles>
<profile>
<id>acceptance</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<build>
<plugins>
<plugin>
@ -128,4 +134,6 @@
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>