File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 6
6
env :
7
7
matrix :
8
8
- PROFILE=ci
9
- - PROFILE=spring43
10
9
- PROFILE=spring43-next
11
10
- PROFILE=spring5,hibernate-43
12
11
- PROFILE=spring5-next,hibernate-43
Original file line number Diff line number Diff line change 30
30
<springdata .commons>1.13.0.BUILD-SNAPSHOT</springdata .commons>
31
31
32
32
<sonar .dynamicAnalysis>reuseReports</sonar .dynamicAnalysis>
33
+ <skip-openjpa >false</skip-openjpa >
33
34
34
35
</properties >
35
36
36
37
<profiles >
38
+ <profile >
39
+ <id >spring5</id >
40
+ <properties >
41
+ <skip-openjpa >true</skip-openjpa >
42
+ </properties >
43
+ </profile >
44
+ <profile >
45
+ <id >spring5-next</id >
46
+ <properties >
47
+ <skip-openjpa >true</skip-openjpa >
48
+ </properties >
49
+ </profile >
37
50
<profile >
38
51
<id >hibernate-41</id >
39
52
<properties >
457
470
</goals >
458
471
<phase >test</phase >
459
472
<configuration >
473
+ <skip >${skip-openjpa} </skip >
460
474
<includes >
461
475
<include >**/OpenJpa*Tests.java</include >
462
476
</includes >
You can’t perform that action at this time.
0 commit comments