File tree 1 file changed +17
-2
lines changed
1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change 115
115
<plugin >
116
116
<groupId >org.apache.maven.plugins</groupId >
117
117
<artifactId >maven-source-plugin</artifactId >
118
- <version >2.1.2 </version >
118
+ <version >3.0.1 </version >
119
119
<executions >
120
120
<execution >
121
121
<id >attach-sources</id >
122
122
<goals >
123
- <goal >jar</goal >
123
+ <goal >jar-no-fork</goal >
124
+ <goal >test-jar-no-fork</goal >
124
125
</goals >
125
126
</execution >
126
127
</executions >
151
152
<argLine >-Xmx512M</argLine >
152
153
</configuration >
153
154
</plugin >
155
+ <plugin >
156
+ <groupId >org.apache.maven.plugins</groupId >
157
+ <artifactId >maven-jar-plugin</artifactId >
158
+ <version >3.1.1</version >
159
+ <executions >
160
+ <execution >
161
+ <id >default</id >
162
+ <phase >package</phase >
163
+ <goals >
164
+ <goal >test-jar</goal >
165
+ </goals >
166
+ </execution >
167
+ </executions >
168
+ </plugin >
154
169
</plugins >
155
170
</build >
156
171
You can’t perform that action at this time.
0 commit comments