File tree Expand file tree Collapse file tree 2 files changed +51
-7
lines changed Expand file tree Collapse file tree 2 files changed +51
-7
lines changed Original file line number Diff line number Diff line change 221
221
<id >central-snapshot</id >
222
222
<url >https://central.sonatype.com/repository/maven-snapshots/</url >
223
223
</snapshotRepository >
224
- </distributionManagement >
224
+ </distributionManagement >
225
225
226
226
<build >
227
227
<plugins >
228
228
<plugin >
229
229
<groupId >org.apache.maven.plugins</groupId >
230
230
<artifactId >maven-source-plugin</artifactId >
231
231
<version >3.3.1</version >
232
+ <executions >
233
+ <execution >
234
+ <id >attach-sources</id >
235
+ <phase >package</phase >
236
+ <goals >
237
+ <goal >jar</goal >
238
+ </goals >
239
+ </execution >
240
+ </executions >
232
241
</plugin >
233
-
242
+
234
243
<plugin >
235
244
<!-- Add Clojure sources to the project's source directories -->
236
245
<groupId >org.codehaus.mojo</groupId >
289
298
</plugin >
290
299
<plugin >
291
300
<artifactId >maven-jar-plugin</artifactId >
292
- <version >2 .4.2</version >
301
+ <version >3 .4.2</version >
293
302
<configuration >
294
303
<archive >
295
304
<manifest >
317
326
</includes >
318
327
</configuration >
319
328
</execution >
329
+ <execution >
330
+ <id >javadoc-jar</id >
331
+ <phase >package</phase >
332
+ <goals >
333
+ <goal >jar</goal >
334
+ </goals >
335
+ <configuration >
336
+ <excludes >
337
+ <exclude >**</exclude >
338
+ </excludes >
339
+ <classifier >javadoc</classifier >
340
+ </configuration >
341
+ </execution >
320
342
</executions >
321
343
</plugin >
322
344
<plugin >
Original file line number Diff line number Diff line change 229
229
<groupId >org.apache.maven.plugins</groupId >
230
230
<artifactId >maven-source-plugin</artifactId >
231
231
<version >3.3.1</version >
232
+ <executions >
233
+ <execution >
234
+ <id >attach-sources</id >
235
+ <phase >package</phase >
236
+ <goals >
237
+ <goal >jar</goal >
238
+ </goals >
239
+ </execution >
240
+ </executions >
232
241
</plugin >
233
242
234
243
<plugin >
317
326
</includes >
318
327
</configuration >
319
328
</execution >
329
+ <execution >
330
+ <id >javadoc-jar</id >
331
+ <phase >package</phase >
332
+ <goals >
333
+ <goal >jar</goal >
334
+ </goals >
335
+ <configuration >
336
+ <excludes >
337
+ <exclude >**</exclude >
338
+ </excludes >
339
+ <classifier >javadoc</classifier >
340
+ </configuration >
341
+ </execution >
320
342
</executions >
321
343
</plugin >
322
344
<plugin >
355
377
<artifactId >maven-gpg-plugin</artifactId >
356
378
<version >3.1.0</version >
357
379
<configuration >
358
- <gpgArguments >
359
- <arg >--pinentry-mode</arg >
360
- <arg >loopback</arg >
361
- </gpgArguments >
380
+ <gpgArguments >
381
+ <arg >--pinentry-mode</arg >
382
+ <arg >loopback</arg >
383
+ </gpgArguments >
362
384
</configuration >
363
385
</plugin >
364
386
<plugin >
You can’t perform that action at this time.
0 commit comments