We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e8d877 commit a54cb14Copy full SHA for a54cb14
gateway-ha/pom.xml
@@ -398,6 +398,24 @@
398
399
<build>
400
<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
410
+ <directory>../${frontend.project.name}/node</directory>
411
412
413
+ <directory>../${frontend.project.name}/node_modules</directory>
414
415
+ </filesets>
416
+ </configuration>
417
+ </plugin>
418
+
419
<plugin>
420
<groupId>org.apache.maven.plugins</groupId>
421
<artifactId>maven-javadoc-plugin</artifactId>
0 commit comments