Skip to content

Commit fe2244a

Browse files
committed
#32 : Removed bdd profile
1 parent 2824c5f commit fe2244a

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@
7171
<build.profile.id>unit</build.profile.id>
7272
<skip.unit.tests>false</skip.unit.tests>
7373
<skip.integration.tests>true</skip.integration.tests>
74-
<skip.bdd.tests>true</skip.bdd.tests>
7574
</properties>
7675
</profile>
7776
<profile>
@@ -80,16 +79,6 @@
8079
<build.profile.id>int</build.profile.id>
8180
<skip.integration.tests>false</skip.integration.tests>
8281
<skip.unit.tests>true</skip.unit.tests>
83-
<skip.bdd.tests>true</skip.bdd.tests>
84-
</properties>
85-
</profile>
86-
<profile>
87-
<id>bdd</id>
88-
<properties>
89-
<build.profile.id>bdd</build.profile.id>
90-
<skip.integration.tests>true</skip.integration.tests>
91-
<skip.unit.tests>true</skip.unit.tests>
92-
<skip.bdd.tests>false</skip.bdd.tests>
9382
</properties>
9483
</profile>
9584
<profile>
@@ -98,7 +87,6 @@
9887
<build.profile.id>all</build.profile.id>
9988
<skip.integration.tests>false</skip.integration.tests>
10089
<skip.unit.tests>false</skip.unit.tests>
101-
<skip.bdd.tests>true</skip.bdd.tests>
10290
</properties>
10391
</profile>
10492
<profile>

0 commit comments

Comments
 (0)