215 lines
6.7 KiB
XML
215 lines
6.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<!--<parent>
|
|
<groupId>org.libreccm</groupId>
|
|
<artifactId>libreccm-parent</artifactId>
|
|
<version>7.0.0-SNAPSHOT</version>
|
|
</parent>-->
|
|
|
|
<parent>
|
|
<groupId>org.libreccm</groupId>
|
|
<artifactId>ccm-bundle-devel</artifactId>
|
|
<relativePath>../ccm-bundle-devel</relativePath>
|
|
<version>7.0.0-SNAPSHOT</version>
|
|
</parent>
|
|
|
|
<groupId>org.libreccm</groupId>
|
|
<artifactId>ccm-bundle-devel-thorntail</artifactId>
|
|
<packaging>war</packaging>
|
|
|
|
<name>LibreCCM Devel Bundle for Thorntail</name>
|
|
<url>http://www.libreccm.org</url>
|
|
<distributionManagement>
|
|
<site>
|
|
<id>libreccm-site</id>
|
|
<name>LibreCCM</name>
|
|
<url>http://www.libreccm.org/project-sites/</url>
|
|
</site>
|
|
</distributionManagement>
|
|
|
|
<organization>
|
|
<name>LibreCCM Foundation</name>
|
|
</organization>
|
|
|
|
<licenses>
|
|
<license>
|
|
<name>LGPLv2 or newer</name>
|
|
<url>http://www.gnu.org/licenses/lgpl-2.0.html</url>
|
|
</license>
|
|
</licenses>
|
|
|
|
<properties>
|
|
<failOnMissingWebXml>false</failOnMissingWebXml>
|
|
</properties>
|
|
|
|
<dependencyManagement>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>io.thorntail</groupId>
|
|
<artifactId>bom</artifactId>
|
|
<version>2.3.0.Final</version>
|
|
<scope>import</scope>
|
|
<type>pom</type>
|
|
</dependency>
|
|
</dependencies>
|
|
</dependencyManagement>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
<groupId>io.thorntail</groupId>
|
|
<artifactId>cdi</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>io.thorntail</groupId>
|
|
<artifactId>datasources</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>io.thorntail</groupId>
|
|
<artifactId>ejb</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>io.thorntail</groupId>
|
|
<artifactId>hibernate-search</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>io.thorntail</groupId>
|
|
<artifactId>hibernate-validator</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>io.thorntail</groupId>
|
|
<artifactId>jaxrs</artifactId>
|
|
</dependency>
|
|
|
|
<!-- <dependency>
|
|
<groupId>io.thorntail</groupId>
|
|
<artifactId>jaxrs-cdi</artifactId>
|
|
</dependency>-->
|
|
|
|
<dependency>
|
|
<groupId>io.thorntail</groupId>
|
|
<artifactId>jaxrs-jsonp</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>io.thorntail</groupId>
|
|
<artifactId>jpa</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>io.thorntail</groupId>
|
|
<artifactId>jsf</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>io.thorntail</groupId>
|
|
<artifactId>jsonp</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>io.thorntail</groupId>
|
|
<artifactId>logging</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>io.thorntail</groupId>
|
|
<artifactId>mail</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>io.thorntail</groupId>
|
|
<artifactId>undertow</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.h2database</groupId>
|
|
<artifactId>h2</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.postgresql</groupId>
|
|
<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>
|
|
|
|
<build>
|
|
<finalName>ccm-bundle-devel-wildfly</finalName>
|
|
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>io.thorntail</groupId>
|
|
<artifactId>thorntail-maven-plugin</artifactId>
|
|
<executions>
|
|
<execution>
|
|
<goals>
|
|
<goal>package</goal>
|
|
</goals>
|
|
</execution>
|
|
</executions>
|
|
</plugin>
|
|
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<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>
|
|
<type>jar</type>
|
|
</overlay>
|
|
<overlay>
|
|
<groupId>org.libreccm</groupId>
|
|
<artifactId>ccm-core</artifactId>
|
|
<type>jar</type>
|
|
<includes>
|
|
<include>assets/</include>
|
|
<include>VAADIN/</include>
|
|
</includes>
|
|
</overlay>
|
|
<overlay>
|
|
<groupId>org.librecms</groupId>
|
|
<artifactId>ccm-cms</artifactId>
|
|
<type>jar</type>
|
|
<includes>
|
|
<include>templates/</include>
|
|
</includes>
|
|
</overlay>
|
|
</overlays>
|
|
</configuration>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
|
|
</project>
|