This repository was archived by the owner on Aug 17, 2019. It is now read-only.
File tree 1 file changed +31
-4
lines changed
1 file changed +31
-4
lines changed Original file line number Diff line number Diff line change 156
156
</configuration >
157
157
<executions >
158
158
<execution >
159
+ <id >scala-compile-first</id >
160
+ <phase >process-resources</phase >
159
161
<goals >
162
+ <goal >add-source</goal >
160
163
<goal >compile</goal >
164
+ </goals >
165
+ </execution >
166
+
167
+ <execution >
168
+ <id >scala-test-compile</id >
169
+ <phase >process-test-resources</phase >
170
+ <goals >
171
+ <!-- <goal>add-source</goal>-->
161
172
<goal >testCompile</goal >
162
173
</goals >
163
174
</execution >
167
178
<plugin >
168
179
<groupId >org.apache.maven.plugins</groupId >
169
180
<artifactId >maven-surefire-plugin</artifactId >
170
- <version >2.9 </version >
181
+ <version >2.12.4 </version >
171
182
<configuration >
172
183
<useFile >false</useFile >
173
184
<reportFormat >plain</reportFormat >
174
185
</configuration >
175
186
</plugin >
176
187
188
+ <plugin >
189
+ <groupId >org.apache.maven.plugins</groupId >
190
+ <artifactId >maven-javadoc-plugin</artifactId >
191
+ <version >2.9</version >
192
+ <executions >
193
+ <execution >
194
+ <id >attach-javadoc</id >
195
+ <goals >
196
+ <goal >jar</goal >
197
+ </goals >
198
+ <phase >package</phase >
199
+ </execution >
200
+ </executions >
201
+ </plugin >
202
+
177
203
<plugin >
178
204
<groupId >org.apache.maven.plugins</groupId >
179
205
<artifactId >maven-source-plugin</artifactId >
180
- <version >2.1.2 </version >
206
+ <version >2.2.1 </version >
181
207
<executions >
182
208
<execution >
183
209
<id >attach-sources</id >
184
210
<goals >
185
- <goal >jar-no-fork </goal >
211
+ <goal >jar</goal >
186
212
</goals >
213
+ <phase >package</phase >
187
214
</execution >
188
215
</executions >
189
216
</plugin >
190
217
191
218
<plugin >
192
219
<groupId >org.apache.maven.plugins</groupId >
193
220
<artifactId >maven-release-plugin</artifactId >
194
- <version >2.2 .2</version >
221
+ <version >2.3 .2</version >
195
222
<configuration >
196
223
<preparationGoals >clean verify</preparationGoals >
197
224
</configuration >
You can’t perform that action at this time.
0 commit comments