File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 363363 <groupId >org.apache.maven.plugins</groupId >
364364 <artifactId >maven-assembly-plugin</artifactId >
365365 <configuration >
366+ <finalName >${project.artifactId} -${project.version} -all-dependencies</finalName >
367+ <appendAssemblyId >false</appendAssemblyId >
366368 <descriptorRefs >
367369 <descriptorRef >jar-with-dependencies</descriptorRef >
368370 </descriptorRefs >
369371 <archive >
372+
370373 <addMavenDescriptor >false</addMavenDescriptor >
371374 <manifest >
372375 <addDefaultImplementationEntries >true</addDefaultImplementationEntries >
373376 <addDefaultSpecificationEntries >true</addDefaultSpecificationEntries >
374377 </manifest >
375378 </archive >
376379 </configuration >
380+ <executions >
381+ <execution >
382+ <id >make-assembly</id >
383+ <phase >package</phase >
384+ <goals >
385+ <goal >single</goal >
386+ </goals >
387+ </execution >
388+ </executions >
377389 </plugin >
378390 <plugin >
379391 <groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments