Skip to content

Commit a54cb14

Browse files
committed
Clean webapp outputfolders with Maven build
1 parent 5e8d877 commit a54cb14

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

gateway-ha/pom.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,24 @@
398398

399399
<build>
400400
<plugins>
401+
<plugin>
402+
<groupId>org.apache.maven.plugins</groupId>
403+
<artifactId>maven-clean-plugin</artifactId>
404+
<configuration>
405+
<filesets>
406+
<fileset>
407+
<directory>../${frontend.project.name}/dist</directory>
408+
</fileset>
409+
<fileset>
410+
<directory>../${frontend.project.name}/node</directory>
411+
</fileset>
412+
<fileset>
413+
<directory>../${frontend.project.name}/node_modules</directory>
414+
</fileset>
415+
</filesets>
416+
</configuration>
417+
</plugin>
418+
401419
<plugin>
402420
<groupId>org.apache.maven.plugins</groupId>
403421
<artifactId>maven-javadoc-plugin</artifactId>

0 commit comments

Comments
 (0)