We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a43a34 + c25a4f4 commit 32254b6Copy full SHA for 32254b6
pom.xml
@@ -518,6 +518,15 @@
518
<doclint>none</doclint>
519
<failOnError>false</failOnError>
520
</configuration>
521
+ <executions>
522
+ <execution>
523
+ <id>attach-javadocs</id>
524
+ <phase>package</phase>
525
+ <goals>
526
+ <goal>jar</goal>
527
+ </goals>
528
+ </execution>
529
+ </executions>
530
</plugin>
531
<plugin>
532
<artifactId>maven-deploy-plugin</artifactId>
@@ -570,6 +579,15 @@
570
579
<forceCreation>true</forceCreation>
571
580
<encoding>UTF-8</encoding>
572
581
582
583
584
+ <id>attach-sources</id>
585
586
587
+ <goal>jar-no-fork</goal>
588
589
590
573
591
574
592
575
593
<groupId>org.jacoco</groupId>
0 commit comments