File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 271
271
</systemPropertyVariables >
272
272
</configuration >
273
273
</plugin >
274
+ <!-- Required: javadoc JAR -->
274
275
<plugin >
275
276
<artifactId >maven-javadoc-plugin</artifactId >
276
- <version >2.8 .1</version >
277
+ <version >2.9 .1</version >
277
278
<executions >
278
279
<execution >
279
280
<id >attach-javadoc</id >
280
- <phase >deploy </phase >
281
+ <phase >verify </phase >
281
282
<goals >
282
283
<goal >jar</goal >
283
284
</goals >
284
285
</execution >
285
-
286
286
</executions >
287
287
</plugin >
288
+ <!-- Ensure the manifest contains artifact version information: -->
288
289
<plugin >
289
290
<artifactId >maven-jar-plugin</artifactId >
290
291
<version >2.4</version >
297
298
</archive >
298
299
</configuration >
299
300
</plugin >
301
+ <!-- Required: source JAR -->
300
302
<plugin >
301
303
<artifactId >maven-source-plugin</artifactId >
302
304
<version >2.1.2</version >
311
313
</executions >
312
314
</plugin >
313
315
<plugin >
314
- <!-- just to make sure deployed artifacts are always built (and tested)
315
- using JDK 6 -->
316
+ <!-- just to make sure deployed artifacts are always built (and tested) using JDK 8 -->
316
317
<artifactId >maven-enforcer-plugin</artifactId >
317
318
<version >1.1.1</version >
318
319
<executions >
325
326
<configuration >
326
327
<rules >
327
328
<requireJavaVersion >
328
- <version >1.8 </version >
329
+ <version >${java.version} </version >
329
330
</requireJavaVersion >
330
331
</rules >
331
332
</configuration >
You can’t perform that action at this time.
0 commit comments