Skip to content

Commit c25a4f4

Browse files
committed
build: added JavaDoc and sources build
1 parent 26bbc99 commit c25a4f4

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

pom.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,15 @@
518518
<doclint>none</doclint>
519519
<failOnError>false</failOnError>
520520
</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>
521530
</plugin>
522531
<plugin>
523532
<artifactId>maven-deploy-plugin</artifactId>
@@ -570,6 +579,15 @@
570579
<forceCreation>true</forceCreation>
571580
<encoding>UTF-8</encoding>
572581
</configuration>
582+
<executions>
583+
<execution>
584+
<id>attach-sources</id>
585+
<phase>package</phase>
586+
<goals>
587+
<goal>jar-no-fork</goal>
588+
</goals>
589+
</execution>
590+
</executions>
573591
</plugin>
574592
<plugin>
575593
<groupId>org.jacoco</groupId>

0 commit comments

Comments
 (0)