Skip to content

Commit 38bee93

Browse files
committed
changed POM to avoid removed theme directory
1 parent 095ff91 commit 38bee93

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

knowage/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@
276276
<groupId>org.apache.maven.plugins</groupId>
277277
<artifactId>maven-war-plugin</artifactId>
278278
<configuration>
279-
<warSourceExcludes>js/src/**,themes/commons/css/**</warSourceExcludes>
279+
<warSourceExcludes>js/src/**</warSourceExcludes>
280280
<webResources>
281281
<resource>
282282
<directory>src/main/webapp</directory>
@@ -289,10 +289,6 @@
289289
<directory>src/main/webapp/js/src</directory>
290290
<targetPath>js/src-${project.version}</targetPath>
291291
</resource>
292-
<resource>
293-
<directory>src/main/webapp/themes/commons/css</directory>
294-
<targetPath>themes/commons/css-${project.version}</targetPath>
295-
</resource>
296292
</webResources>
297293
</configuration>
298294
</plugin>

0 commit comments

Comments
 (0)