Make sure Editor's css overrides common css 87/105187/1
authorhuaxing <huaxing.jin@est.tech>
Tue, 7 Apr 2020 03:57:57 +0000 (11:57 +0800)
committerhuaxing <huaxing.jin@est.tech>
Tue, 7 Apr 2020 03:57:57 +0000 (11:57 +0800)
Issue-ID: POLICY-2446
Signed-off-by: huaxing <huaxing.jin@est.tech>
Change-Id: I1bc45367884ec78436a97256ac4286ab79c8a6b7

client/client-editor/pom.xml

index fe6f293..0389bb1 100644 (file)
                     </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>