Skip to content

Commit c7e4e3e

Browse files
committed
Changed cockpitEngine pom to use updated css folder
1 parent 38bee93 commit c7e4e3e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

knowagecockpitengine/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,10 @@
308308
<directory>src/main/webapp/js/src</directory>
309309
<targetPath>js/src-${project.version}</targetPath>
310310
</resource>
311+
<resource>
312+
<directory>src/main/webapp/themes/commons/css</directory>
313+
<targetPath>themes/commons/css-${project.version}</targetPath>
314+
</resource>
311315
</webResources>
312316
</configuration>
313317
</plugin>

0 commit comments

Comments
 (0)