File tree Expand file tree Collapse file tree 3 files changed +3
-18
lines changed Expand file tree Collapse file tree 3 files changed +3
-18
lines changed Original file line number Diff line number Diff line change 695
695
<plugin >
696
696
<groupId >org.apache.maven.plugins</groupId >
697
697
<artifactId >maven-source-plugin</artifactId >
698
- <!--
699
- maven-source-plugin-3.0.0 exhibits the zipping behavior on ubuntu that was seen in
700
- maven-jar-plugin with version < 2.5 (https://issues.apache.org/jira/browse/MJAR-188).
701
- Until that is fixed we should stick to 2.4.
702
- -->
703
- <version >2.4</version >
698
+ <version >3.0.1</version >
704
699
<executions >
705
700
<execution >
706
701
<id >attach-sources</id >
Original file line number Diff line number Diff line change 1026
1026
<plugin >
1027
1027
<groupId >org.apache.maven.plugins</groupId >
1028
1028
<artifactId >maven-source-plugin</artifactId >
1029
- <!--
1030
- maven-source-plugin-3.0.0 exhibits the zipping behavior on ubuntu that was seen in
1031
- maven-jar-plugin with version < 2.5 (https://issues.apache.org/jira/browse/MJAR-188).
1032
- Until that is fixed we should stick to 2.4.
1033
- -->
1034
- <version >2.4</version >
1029
+ <version >3.0.1</version >
1035
1030
<executions >
1036
1031
<execution >
1037
1032
<id >attach-sources</id >
Original file line number Diff line number Diff line change 780
780
<plugin >
781
781
<groupId >org.apache.maven.plugins</groupId >
782
782
<artifactId >maven-source-plugin</artifactId >
783
- <!--
784
- maven-source-plugin-3.0.0 exhibits the zipping behavior on ubuntu that was seen in
785
- maven-jar-plugin with version < 2.5 (https://issues.apache.org/jira/browse/MJAR-188).
786
- Until that is fixed we should stick to 2.4.
787
- -->
788
- <version >2.4</version >
783
+ <version >3.0.1</version >
789
784
<executions >
790
785
<execution >
791
786
<id >attach-sources</id >
You can’t perform that action at this time.
0 commit comments