We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 095ff91 commit 38bee93Copy full SHA for 38bee93
1 file changed
knowage/pom.xml
@@ -276,7 +276,7 @@
276
<groupId>org.apache.maven.plugins</groupId>
277
<artifactId>maven-war-plugin</artifactId>
278
<configuration>
279
- <warSourceExcludes>js/src/**,themes/commons/css/**</warSourceExcludes>
+ <warSourceExcludes>js/src/**</warSourceExcludes>
280
<webResources>
281
<resource>
282
<directory>src/main/webapp</directory>
@@ -289,10 +289,6 @@
289
<directory>src/main/webapp/js/src</directory>
290
<targetPath>js/src-${project.version}</targetPath>
291
</resource>
292
- <resource>
293
- <directory>src/main/webapp/themes/commons/css</directory>
294
- <targetPath>themes/commons/css-${project.version}</targetPath>
295
- </resource>
296
</webResources>
297
</configuration>
298
</plugin>
0 commit comments