File tree 1 file changed +16
-3
lines changed
1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change 723
723
<module >jline</module >
724
724
<module >jansi</module >
725
725
</modules >
726
+ <build >
727
+ <plugins >
728
+ <plugin >
729
+ <groupId >org.apache.maven.plugins</groupId >
730
+ <artifactId >maven-source-plugin</artifactId >
731
+ <executions >
732
+ <execution >
733
+ <id >source-jar</id >
734
+ <goals >
735
+ <goal >jar-no-fork</goal >
736
+ </goals >
737
+ </execution >
738
+ </executions >
739
+ </plugin >
740
+ </plugins >
741
+ </build >
726
742
</profile >
727
743
728
744
<profile >
812
828
<plugin >
813
829
<groupId >org.apache.maven.plugins</groupId >
814
830
<artifactId >maven-source-plugin</artifactId >
815
- <version >3.3.0</version >
816
831
</plugin >
817
832
<plugin >
818
833
<groupId >org.apache.maven.plugins</groupId >
819
834
<artifactId >maven-javadoc-plugin</artifactId >
820
- <version >3.6.0</version >
821
835
</plugin >
822
836
<plugin >
823
837
<groupId >org.apache.maven.plugins</groupId >
824
838
<artifactId >maven-gpg-plugin</artifactId >
825
- <version >3.1.0</version >
826
839
</plugin >
827
840
</plugins >
828
841
</build >
You can’t perform that action at this time.
0 commit comments