Skip to content

Commit 441bdb8

Browse files
committed
Added <execution> for Maven assembly plugin to have it automatically run the assembly steps.
1 parent 9fa7269 commit 441bdb8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

+9
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,15 @@
170170
<configuration>
171171
<descriptor>${basedir}/src/main/assembly/default.xml</descriptor>
172172
</configuration>
173+
<executions>
174+
<execution>
175+
<id>release</id>
176+
<phase>package</phase>
177+
<goals>
178+
<goal>single</goal>
179+
</goals>
180+
</execution>
181+
</executions>
173182
</plugin>
174183

175184
<plugin>

0 commit comments

Comments
 (0)