File tree Expand file tree Collapse file tree 1 file changed +44
-2
lines changed Expand file tree Collapse file tree 1 file changed +44
-2
lines changed Original file line number Diff line number Diff line change 35
35
<version >${revision} </version >
36
36
<packaging >pom</packaging >
37
37
<properties >
38
- <revision >5.1.5 </revision >
38
+ <revision >5.1.6-SNAPSHOT </revision >
39
39
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
40
40
<maven .compiler.source>1.8</maven .compiler.source>
41
41
<maven .compiler.target>1.8</maven .compiler.target>
261
261
</plugin >
262
262
</plugins >
263
263
</build >
264
- <reporting >
264
+ <reporting >
265
265
<plugins >
266
266
<plugin >
267
267
<groupId >com.github.spotbugs</groupId >
270
270
</plugin >
271
271
</plugins >
272
272
</reporting >
273
+ <profiles >
274
+ <profile >
275
+ <id >src</id >
276
+ <build >
277
+ <plugins >
278
+ <plugin >
279
+ <groupId >org.apache.maven.plugins</groupId >
280
+ <artifactId >maven-source-plugin</artifactId >
281
+ <executions >
282
+ <execution >
283
+ <id >attach-sources</id >
284
+ <phase >package</phase >
285
+ <goals >
286
+ <goal >jar-no-fork</goal >
287
+ </goals >
288
+ </execution >
289
+ </executions >
290
+ </plugin >
291
+ </plugins >
292
+ </build >
293
+ </profile >
294
+ <profile >
295
+ <id >javadoc</id >
296
+ <build >
297
+ <plugins >
298
+ <plugin >
299
+ <groupId >org.apache.maven.plugins</groupId >
300
+ <artifactId >maven-javadoc-plugin</artifactId >
301
+ <executions >
302
+ <execution >
303
+ <id >attach-javadocs</id >
304
+ <phase >package</phase >
305
+ <goals >
306
+ <goal >jar</goal >
307
+ </goals >
308
+ </execution >
309
+ </executions >
310
+ </plugin >
311
+ </plugins >
312
+ </build >
313
+ </profile >
314
+ </profiles >
273
315
</project >
You can’t perform that action at this time.
0 commit comments