File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 71
71
<build .profile.id>unit</build .profile.id>
72
72
<skip .unit.tests>false</skip .unit.tests>
73
73
<skip .integration.tests>true</skip .integration.tests>
74
- <skip .bdd.tests>true</skip .bdd.tests>
75
74
</properties >
76
75
</profile >
77
76
<profile >
80
79
<build .profile.id>int</build .profile.id>
81
80
<skip .integration.tests>false</skip .integration.tests>
82
81
<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>
93
82
</properties >
94
83
</profile >
95
84
<profile >
98
87
<build .profile.id>all</build .profile.id>
99
88
<skip .integration.tests>false</skip .integration.tests>
100
89
<skip .unit.tests>false</skip .unit.tests>
101
- <skip .bdd.tests>true</skip .bdd.tests>
102
90
</properties >
103
91
</profile >
104
92
<profile >
You can’t perform that action at this time.
0 commit comments