summaryrefslogtreecommitdiffstats
path: root/client/client-editor/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'client/client-editor/pom.xml')
-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>