File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 590590 <id >elemental-release</id >
591591 <build >
592592 <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 >
593619 <plugin >
594620 <groupId >org.apache.maven.plugins</groupId >
595621 <artifactId >maven-gpg-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments