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 604604 <id >elemental-release</id >
605605 <build >
606606 <plugins >
607+ <plugin >
608+ <groupId >org.apache.maven.plugins</groupId >
609+ <artifactId >maven-source-plugin</artifactId >
610+ <executions >
611+ <execution >
612+ <id >attach-sources</id >
613+ <phase >package</phase >
614+ <goals >
615+ <goal >jar-no-fork</goal >
616+ </goals >
617+ </execution >
618+ </executions >
619+ </plugin >
620+ <plugin >
621+ <groupId >org.apache.maven.plugins</groupId >
622+ <artifactId >maven-javadoc-plugin</artifactId >
623+ <executions >
624+ <execution >
625+ <id >attach-sources</id >
626+ <phase >package</phase >
627+ <goals >
628+ <goal >jar</goal >
629+ </goals >
630+ </execution >
631+ </executions >
632+ </plugin >
607633 <plugin >
608634 <groupId >org.apache.maven.plugins</groupId >
609635 <artifactId >maven-gpg-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments