File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 263
263
<inherited >false</inherited >
264
264
</plugin >
265
265
<!-- Project Specific Plugins -->
266
+ <plugin >
267
+ <artifactId >maven-clean-plugin</artifactId >
268
+ <!-- TODO(ville): Cannot upgrade parent pom to latest without some major
269
+ cleanup in this project (which is underway separately) but fixing
270
+ the docker build in the short-term is more important. -->
271
+ <!-- <version>${maven.clean.plugin.version}</version>-->
272
+ <version >3.1.0</version >
273
+ <executions >
274
+ <execution >
275
+ <id >clean-assemblies</id >
276
+ <phase >initialize</phase >
277
+ <goals >
278
+ <goal >clean</goal >
279
+ </goals >
280
+ <configuration >
281
+ <excludeDefaultDirectories >true</excludeDefaultDirectories >
282
+ <verbose >true</verbose >
283
+ <filesets >
284
+ <fileset >
285
+ <directory >${project.build.directory} /docker-assembly</directory >
286
+ </fileset >
287
+ </filesets >
288
+ </configuration >
289
+ </execution >
290
+ </executions >
291
+ </plugin >
266
292
<plugin >
267
293
<groupId >org.codehaus.mojo</groupId >
268
294
<artifactId >appassembler-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments