File tree 1 file changed +24
-4
lines changed 1 file changed +24
-4
lines changed Original file line number Diff line number Diff line change 22
22
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
23
23
<spring .version>5.1.2.RELEASE</spring .version>
24
24
</properties >
25
-
25
+
26
26
<build >
27
27
<plugins >
28
28
<plugin >
34
34
<target >1.8</target >
35
35
</configuration >
36
36
</plugin >
37
+ <plugin >
38
+ <groupId >org.apache.maven.plugins</groupId >
39
+ <artifactId >maven-source-plugin</artifactId >
40
+ <executions >
41
+ <execution >
42
+ <id >attach-sources</id >
43
+ <goals >
44
+ <goal >jar</goal >
45
+ </goals >
46
+ </execution >
47
+ </executions >
48
+ </plugin >
37
49
<plugin >
38
50
<groupId >org.apache.maven.plugins</groupId >
39
51
<artifactId >maven-release-plugin</artifactId >
47
59
<groupId >org.apache.maven.plugins</groupId >
48
60
<artifactId >maven-javadoc-plugin</artifactId >
49
61
<version >3.0.1</version >
50
- <configuration >
51
- <additionalparam >-Xdoclint:none</additionalparam >
52
- </configuration >
62
+ <executions >
63
+ <execution >
64
+ <id >attach-javadocs</id >
65
+ <goals >
66
+ <goal >jar</goal >
67
+ </goals >
68
+ <configuration >
69
+ <doclint >none</doclint >
70
+ </configuration >
71
+ </execution >
72
+ </executions >
53
73
</plugin >
54
74
</plugins >
55
75
</build >
You can’t perform that action at this time.
0 commit comments