File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed
independent-projects/parent Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change 695
695
<id >release</id >
696
696
<build >
697
697
<plugins >
698
- <plugin >
699
- <groupId >org.apache.maven.plugins</groupId >
700
- <artifactId >maven-source-plugin</artifactId >
701
- <executions >
702
- <execution >
703
- <id >attach-sources</id >
704
- <goals >
705
- <goal >jar-no-fork</goal >
706
- </goals >
707
- </execution >
708
- </executions >
709
- </plugin >
710
698
<plugin >
711
699
<!--
712
700
## IMPORTANT ##
751
739
<plugin >
752
740
<groupId >org.apache.maven.plugins</groupId >
753
741
<artifactId >maven-source-plugin</artifactId >
742
+ <executions >
743
+ <execution >
744
+ <id >attach-sources</id >
745
+ <goals >
746
+ <goal >jar-no-fork</goal >
747
+ </goals >
748
+ </execution >
749
+ </executions >
754
750
<configuration >
755
751
<archive >
756
752
<manifestEntries combine.children=" append" >
You can’t perform that action at this time.
0 commit comments