Skip to content

Commit dc642ea

Browse files
committed
latest assembly
1 parent 3e752af commit dc642ea

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,9 @@
118118
</plugin>
119119
<plugin>
120120
<artifactId>maven-assembly-plugin</artifactId>
121+
<version>2.2.2</version>
121122
<configuration>
123+
<appendAssemblyId>false</appendAssemblyId>
122124
<outputDirectory>${project.build.directory}/releases/</outputDirectory>
123125
<descriptors>
124126
<descriptor>${basedir}/src/main/assemblies/plugin.xml</descriptor>

src/main/assemblies/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<assembly>
3-
<id></id>
3+
<id>plugin</id>
44
<formats>
55
<format>zip</format>
66
</formats>

0 commit comments

Comments
 (0)