summaryrefslogtreecommitdiffstats
path: root/client/client-editor
diff options
context:
space:
mode:
authorhuaxing <huaxing.jin@est.tech>2020-04-07 11:57:57 +0800
committerhuaxing <huaxing.jin@est.tech>2020-04-07 11:57:57 +0800
commit649740ca4ada4bf91f7bc223e5464c51b4d3b93d (patch)
treebb5039f7613c66e21a09b07ab4150cb4dfc980b2 /client/client-editor
parent69c227a9f1d91268fbd91471b012af38fba8b857 (diff)
Make sure Editor's css overrides common css
Issue-ID: POLICY-2446 Signed-off-by: huaxing <huaxing.jin@est.tech> Change-Id: I1bc45367884ec78436a97256ac4286ab79c8a6b7
Diffstat (limited to 'client/client-editor')
-rw-r--r--client/client-editor/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/client/client-editor/pom.xml b/client/client-editor/pom.xml
index fe6f29341..0389bb160 100644
--- a/client/client-editor/pom.xml
+++ b/client/client-editor/pom.xml
@@ -139,6 +139,14 @@
</execution>
</executions>
</plugin>
+ <!-- Editor's css overrides common css -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-resources-plugin</artifactId>
+ <configuration>
+ <overwrite>true</overwrite>
+ </configuration>
+ </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>