@@ -17,7 +17,8 @@ specific language governing permissions and limitations
17
17
under the License.
18
18
-->
19
19
20
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
20
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
21
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
21
22
22
23
<modelVersion >4.0.0</modelVersion >
23
24
<groupId >org.scoverage</groupId >
@@ -279,6 +280,14 @@ under the License.
279
280
</links >
280
281
<notimestamp >true</notimestamp >
281
282
</configuration >
283
+ <executions >
284
+ <execution >
285
+ <id >attach-javadocs</id >
286
+ <goals >
287
+ <goal >jar</goal >
288
+ </goals >
289
+ </execution >
290
+ </executions >
282
291
</plugin >
283
292
284
293
<plugin >
@@ -363,6 +372,14 @@ under the License.
363
372
<groupId >org.apache.maven.plugins</groupId >
364
373
<artifactId >maven-source-plugin</artifactId >
365
374
<version >3.3.0</version >
375
+ <executions >
376
+ <execution >
377
+ <id >attach-sources</id >
378
+ <goals >
379
+ <goal >jar-no-fork</goal >
380
+ </goals >
381
+ </execution >
382
+ </executions >
366
383
</plugin >
367
384
368
385
<plugin >
@@ -457,7 +474,7 @@ under the License.
457
474
</goals >
458
475
</pluginExecutionFilter >
459
476
<action >
460
- <ignore />
477
+ <ignore />
461
478
</action >
462
479
</pluginExecution >
463
480
@@ -472,7 +489,7 @@ under the License.
472
489
</goals >
473
490
</pluginExecutionFilter >
474
491
<action >
475
- <ignore />
492
+ <ignore />
476
493
</action >
477
494
</pluginExecution >
478
495
@@ -486,7 +503,7 @@ under the License.
486
503
</goals >
487
504
</pluginExecutionFilter >
488
505
<action >
489
- <ignore />
506
+ <ignore />
490
507
</action >
491
508
</pluginExecution >
492
509
</pluginExecutions >
@@ -515,7 +532,7 @@ under the License.
515
532
<version >3.4.1</version >
516
533
<executions >
517
534
<execution >
518
- <id >enforce-maven</id > <!-- don't change this 'id', it overrides one from 'oss-parent' parent -->
535
+ <id >enforce-maven</id >
519
536
<goals >
520
537
<goal >enforce</goal >
521
538
</goals >
0 commit comments