File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 590
590
<id >elemental-release</id >
591
591
<build >
592
592
<plugins >
593
+ <plugin >
594
+ <groupId >org.apache.maven.plugins</groupId >
595
+ <artifactId >maven-source-plugin</artifactId >
596
+ <executions >
597
+ <execution >
598
+ <id >attach-sources</id >
599
+ <phase >package</phase >
600
+ <goals >
601
+ <goal >jar-no-fork</goal >
602
+ </goals >
603
+ </execution >
604
+ </executions >
605
+ </plugin >
606
+ <plugin >
607
+ <groupId >org.apache.maven.plugins</groupId >
608
+ <artifactId >maven-javadoc-plugin</artifactId >
609
+ <executions >
610
+ <execution >
611
+ <id >attach-sources</id >
612
+ <phase >package</phase >
613
+ <goals >
614
+ <goal >jar</goal >
615
+ </goals >
616
+ </execution >
617
+ </executions >
618
+ </plugin >
593
619
<plugin >
594
620
<groupId >org.apache.maven.plugins</groupId >
595
621
<artifactId >maven-gpg-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments