File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 48
48
<groupId >org.apache.maven.plugins</groupId >
49
49
<artifactId >maven-assembly-plugin</artifactId >
50
50
<configuration >
51
- <descriptor >src/main/assembly/assembly.xml</descriptor >
51
+ <descriptors >
52
+ <descriptor >src/main/assembly/assembly.xml</descriptor >
53
+ </descriptors >
52
54
</configuration >
53
55
<executions >
54
56
<execution >
Original file line number Diff line number Diff line change 48
48
<groupId >org.apache.maven.plugins</groupId >
49
49
<artifactId >maven-assembly-plugin</artifactId >
50
50
<configuration >
51
- <descriptor >src/main/assembly/assembly.xml</descriptor >
51
+ <descriptors >
52
+ <descriptor >src/main/assembly/assembly.xml</descriptor >
53
+ </descriptors >
52
54
</configuration >
53
55
<executions >
54
56
<execution >
You can’t perform that action at this time.
0 commit comments