File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change 77
77
<build >
78
78
<plugins >
79
79
<plugin >
80
+ <groupId >org.apache.maven.plugins</groupId >
80
81
<artifactId >maven-source-plugin</artifactId >
82
+ <version >3.2.1</version >
81
83
<executions >
82
84
<execution >
83
85
<id >attach-sources</id >
84
- <phase >deploy</phase >
85
86
<goals >
86
- <goal >jar-no-fork </goal >
87
+ <goal >jar</goal >
87
88
</goals >
88
89
</execution >
89
90
</executions >
90
91
</plugin >
91
92
92
93
<plugin >
94
+ <groupId >org.apache.maven.plugins</groupId >
93
95
<artifactId >maven-deploy-plugin</artifactId >
94
- <executions >
95
- <execution >
96
- <id >deploy</id >
97
- <phase >deploy</phase >
98
- <goals >
99
- <goal >deploy</goal >
100
- </goals >
101
- </execution >
102
- </executions >
96
+ <version >3.1.4</version >
103
97
</plugin >
104
98
</plugins >
105
99
</build >
You can’t perform that action at this time.
0 commit comments