Commit 0dfb119 1 parent ea42630 commit 0dfb119 Copy full SHA for 0dfb119
File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 114
114
</plugin >
115
115
116
116
<plugin >
117
+ <groupId >org.apache.maven.plugins</groupId >
117
118
<artifactId >maven-assembly-plugin</artifactId >
119
+ <version >3.3.0</version >
118
120
<configuration >
119
121
<descriptors >
120
122
<descriptor >
127
129
<id >job.assembly.package</id >
128
130
<phase >package</phase >
129
131
<goals >
130
- <goal >attached </goal >
132
+ <goal >single </goal >
131
133
</goals >
132
134
</execution >
133
135
</executions >
Original file line number Diff line number Diff line change 40
40
</plugin >
41
41
42
42
<plugin >
43
+ <groupId >org.apache.maven.plugins</groupId >
43
44
<artifactId >maven-assembly-plugin</artifactId >
45
+ <version >3.3.0</version >
44
46
<configuration >
45
47
<descriptors >
46
48
<descriptor >
56
58
<id >job.assembly.package</id >
57
59
<phase >package</phase >
58
60
<goals >
59
- <goal >attached </goal >
61
+ <goal >single </goal >
60
62
</goals >
61
63
</execution >
62
64
</executions >
You can’t perform that action at this time.
0 commit comments