File tree 3 files changed +4
-4
lines changed
gem-assembly-descriptors/src/it/assemble-project-with-gems/application
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 56
56
</plugin >
57
57
<plugin >
58
58
<artifactId >maven-assembly-plugin</artifactId >
59
- <version >2.2-beta-5 </version >
59
+ <version >3.7.1 </version >
60
60
<configuration >
61
61
<descriptorRefs >
62
62
<descriptorRef >jar-with-dependencies-and-gems</descriptorRef >
71
71
<execution >
72
72
<phase >package</phase >
73
73
<goals >
74
- <goal >assembly </goal >
74
+ <goal >single </goal >
75
75
</goals >
76
76
</execution >
77
77
</executions >
Original file line number Diff line number Diff line change 50
50
<plugins >
51
51
<plugin >
52
52
<artifactId >maven-source-plugin</artifactId >
53
- <version >2.4 </version >
53
+ <version >3.2.1 </version >
54
54
<executions >
55
55
<execution >
56
56
<goals ><goal >jar</goal ></goals >
Original file line number Diff line number Diff line change 140
140
</plugin >
141
141
<plugin >
142
142
<artifactId >maven-jar-plugin</artifactId >
143
- <version >2.3 </version >
143
+ <version >3.4.1 </version >
144
144
</plugin >
145
145
<plugin >
146
146
<artifactId >maven-dependency-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments