This is an automated email from the ASF dual-hosted git repository.
min pushed a commit to branch 0.1-release
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-ops.git
The following commit(s) were added to refs/heads/0.1-release by this push:
new d378932 add maven clean plugin #283
d378932 is described below
commit d3789327923bb6d07f8b18edaa3242ded19055ef
Author: nzomkxia <[email protected]>
AuthorDate: Thu Jan 31 11:42:34 2019 +0800
add maven clean plugin #283
---
dubbo-admin-backend/pom.xml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/dubbo-admin-backend/pom.xml b/dubbo-admin-backend/pom.xml
index 134a559..9783a33 100644
--- a/dubbo-admin-backend/pom.xml
+++ b/dubbo-admin-backend/pom.xml
@@ -140,6 +140,16 @@
<version>2.0.2.RELEASE</version>
</plugin>
<plugin>
+ <artifactId>maven-clean-plugin</artifactId>
+ <configuration>
+ <filesets>
+ <fileset>
+ <directory>src/main/resources/public</directory>
+ </fileset>
+ </filesets>
+ </configuration>
+ </plugin>
+ <plugin>
<artifactId>maven-resources-plugin</artifactId>
<executions>
<execution>