File tree 5 files changed +61
-49
lines changed
src/test/kotlin/org/jetbrains/spark/api
5 files changed +61
-49
lines changed Original file line number Diff line number Diff line change 41
41
<version >4.4.0</version >
42
42
<executions >
43
43
<execution >
44
+ <id >compile</id >
44
45
<goals >
45
46
<goal >compile</goal >
46
47
<goal >testCompile</goal >
52
53
</args >
53
54
</configuration >
54
55
</execution >
56
+ <execution >
57
+ <id >docjar</id >
58
+ <goals >
59
+ <goal >doc-jar</goal >
60
+ </goals >
61
+ <phase >pre-integration-test</phase >
62
+ </execution >
55
63
</executions >
56
64
</plugin >
57
65
<plugin >
Original file line number Diff line number Diff line change 86
86
<skip >true</skip >
87
87
</configuration >
88
88
</plugin >
89
-
89
+ <plugin >
90
+ <groupId >org.apache.maven.plugins</groupId >
91
+ <artifactId >maven-deploy-plugin</artifactId >
92
+ <version >2.8.2</version >
93
+ <configuration >
94
+ <skip >true</skip >
95
+ </configuration >
96
+ </plugin >
90
97
</plugins >
91
98
</build >
92
99
Original file line number Diff line number Diff line change 121
121
<groupId >org.apache.maven.plugins</groupId >
122
122
<artifactId >maven-surefire-plugin</artifactId >
123
123
<version >3.0.0-M5</version >
124
+ <configuration >
125
+ <enableProcessChecker >native</enableProcessChecker >
126
+ </configuration >
124
127
</plugin >
125
128
<plugin >
126
129
<groupId >org.jetbrains.dokka</groupId >
131
134
</configuration >
132
135
<executions >
133
136
<execution >
137
+ <id >dokka</id >
134
138
<goals >
135
- <goal >javadocJar </goal >
139
+ <goal >dokka </goal >
136
140
</goals >
137
141
<phase >pre-site</phase >
138
142
</execution >
143
+ <execution >
144
+ <id >javadocjar</id >
145
+ <goals >
146
+ <goal >javadocJar</goal >
147
+ </goals >
148
+ <phase >pre-integration-test</phase >
149
+ </execution >
139
150
</executions >
140
151
</plugin >
141
152
<plugin >
146
157
<resultsDirectory >${project.basedir} /allure-results</resultsDirectory >
147
158
</configuration >
148
159
</plugin >
160
+ <plugin >
161
+ <groupId >org.jacoco</groupId >
162
+ <artifactId >jacoco-maven-plugin</artifactId >
163
+ <version >0.8.5</version >
164
+ <executions >
165
+ <execution >
166
+ <goals >
167
+ <goal >prepare-agent</goal >
168
+ </goals >
169
+ </execution >
170
+ <execution >
171
+ <id >report</id >
172
+ <phase >prepare-package</phase >
173
+ <goals >
174
+ <goal >report</goal >
175
+ </goals >
176
+ </execution >
177
+ </executions >
178
+ </plugin >
149
179
</plugins >
150
180
</build >
151
181
<repositories >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 60
60
</execution >
61
61
</executions >
62
62
</plugin >
63
+ <plugin >
64
+ <groupId >org.apache.maven.plugins</groupId >
65
+ <artifactId >maven-gpg-plugin</artifactId >
66
+ <version >1.5</version >
67
+ <executions >
68
+ <execution >
69
+ <id >sign-artifacts</id >
70
+ <phase >verify</phase >
71
+ <goals >
72
+ <goal >sign</goal >
73
+ </goals >
74
+ </execution >
75
+ </executions >
76
+ </plugin >
63
77
</plugins >
64
78
</build >
65
79
<url >http://maven.apache.org</url >
You can’t perform that action at this time.
0 commit comments