CCM NG: Added overlays for ccm-editor to maven-war-plugin configuratiin in ccm-bundle-devel-wildfly-swarm

git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@5223 8810af33-2d31-482b-a856-94f89814c4df

Former-commit-id: 4dcbbcd244
pull/2/head
jensp 2018-01-26 14:04:05 +00:00
parent 54fcad3551
commit d241de54c9
1 changed files with 21 additions and 0 deletions

View File

@ -136,6 +136,22 @@
<artifactId>postgresql</artifactId>
<version>42.1.4.jre7</version>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>font-awesome</artifactId>
<version>4.7.0</version>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>requirejs</artifactId>
<version>2.3.5</version>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>requirejs-domready</artifactId>
<version>2.0.1-2</version>
</dependency>
</dependencies>
@ -163,6 +179,11 @@
<artifactId>maven-war-plugin</artifactId>
<configuration>
<overlays>
<overlay>
<groupId>org.libreccm</groupId>
<artifactId>ccm-editor</artifactId>
<type>jar</type>
</overlay>
<overlay>
<groupId>org.libreccm</groupId>
<artifactId>ccm-theme-foundry</artifactId>