You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
229 lines
6.3 KiB
XML
229 lines
6.3 KiB
XML
<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>
|
|
<groupId>at.windesign.application</groupId>
|
|
<artifactId>multimedia</artifactId>
|
|
<version>1.0-SNAPSHOT</version>
|
|
<properties>
|
|
<zk.version>9.5.0.1</zk.version>
|
|
<commons-io>2.6</commons-io>
|
|
<maven.build.timestamp.format>yyyy-MM-dd</maven.build.timestamp.format>
|
|
<packname>-${project.version}-FL-${maven.build.timestamp}</packname>
|
|
</properties>
|
|
<packaging>war</packaging>
|
|
<name>The multimedia Project</name>
|
|
<description>The multimedia Project</description>
|
|
<licenses>
|
|
<license>
|
|
<name>GNU LESSER GENERAL PUBLIC LICENSE, Version 3</name>
|
|
<url>https://www.gnu.org/licenses/lgpl.html</url>
|
|
<distribution>repo</distribution>
|
|
</license>
|
|
</licenses>
|
|
<repositories>
|
|
<repository>
|
|
<id>ZK CE</id>
|
|
<name>ZK CE Repository</name>
|
|
<url>https://mavensync.zkoss.org/maven2</url>
|
|
</repository>
|
|
<repository>
|
|
<id>ZK EVAL</id>
|
|
<name>ZK Evaluation Repository</name>
|
|
<url>https://mavensync.zkoss.org/eval</url>
|
|
</repository>
|
|
<repository>
|
|
<id>jcenter</id>
|
|
<name>jcenter</name>
|
|
<url>https://jcenter.bintray.com</url>
|
|
</repository>
|
|
<repository>
|
|
<id>mvnrepository</id>
|
|
<url>http://repo1.maven.org/maven2</url>
|
|
<snapshots>
|
|
<enabled>false</enabled>
|
|
</snapshots>
|
|
<releases>
|
|
<enabled>true</enabled>
|
|
</releases>
|
|
</repository>
|
|
<repository>
|
|
<snapshots>
|
|
<enabled>false</enabled>
|
|
</snapshots>
|
|
<id>central</id>
|
|
<name>libs-release</name>
|
|
<url>http://artifactory.autocrm.net/artifactory/libs-release</url>
|
|
</repository>
|
|
<repository>
|
|
<snapshots />
|
|
<id>snapshots</id>
|
|
<name>libs-snapshot</name>
|
|
<url>http://artifactory.autocrm.net/artifactory/libs-snapshot</url>
|
|
</repository>
|
|
</repositories>
|
|
<pluginRepositories>
|
|
<pluginRepository>
|
|
<id>zkmaven</id>
|
|
<name>ZK Maven Plugin Repository</name>
|
|
<url>https://mavensync.zkoss.org/maven2/</url>
|
|
</pluginRepository>
|
|
<pluginRepository>
|
|
<snapshots>
|
|
<enabled>false</enabled>
|
|
</snapshots>
|
|
<id>central</id>
|
|
<name>plugins-release</name>
|
|
<url>http://artifactory.autocrm.net/artifactory/plugins-release</url>
|
|
</pluginRepository>
|
|
<pluginRepository>
|
|
<snapshots />
|
|
<id>snapshots</id>
|
|
<name>plugins-snapshot</name>
|
|
<url>http://artifactory.autocrm.net/artifactory/plugins-snapshot</url>
|
|
</pluginRepository>
|
|
</pluginRepositories>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.zkoss.zk</groupId>
|
|
<artifactId>zkbind</artifactId>
|
|
<version>${zk.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.zkoss.zk</groupId>
|
|
<artifactId>zul</artifactId>
|
|
<version>${zk.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.zkoss.zk</groupId>
|
|
<artifactId>zkplus</artifactId>
|
|
<version>${zk.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.zkoss.zk</groupId>
|
|
<artifactId>zhtml</artifactId>
|
|
<version>${zk.version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>commons-io</groupId>
|
|
<artifactId>commons-io</artifactId>
|
|
<version>${commons-io}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>javax.servlet</groupId>
|
|
<artifactId>javax.servlet-api</artifactId>
|
|
<version>3.1.0</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>mysql</groupId>
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
<version>8.0.17</version>
|
|
<scope>runtime</scope>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.zkoss.theme</groupId>
|
|
<artifactId>breeze</artifactId>
|
|
<version>${zk.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.zkoss.theme</groupId>
|
|
<artifactId>atlantic</artifactId>
|
|
<version>${zk.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.zkoss.theme</groupId>
|
|
<artifactId>sapphire</artifactId>
|
|
<version>${zk.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.zkoss.theme</groupId>
|
|
<artifactId>silvertail</artifactId>
|
|
<version>${zk.version}</version>
|
|
</dependency>
|
|
<!--
|
|
<dependency>
|
|
<groupId>org.zkoss.themepack</groupId>
|
|
<artifactId>theme-pack</artifactId>
|
|
<version>${zk.version}</version>
|
|
</dependency>
|
|
-->
|
|
<!--
|
|
<dependency>
|
|
<groupId>info.movito</groupId>
|
|
<artifactId>themoviedbapi</artifactId>
|
|
<version>1.10</version>
|
|
</dependency>
|
|
-->
|
|
<!-- https://mvnrepository.com/artifact/com.omertron/themoviedbapi -->
|
|
<dependency>
|
|
<groupId>com.omertron</groupId>
|
|
<artifactId>themoviedbapi</artifactId>
|
|
<version>4.4</version>
|
|
</dependency>
|
|
<!-- https://mvnrepository.com/artifact/org.ini4j/ini4j -->
|
|
<dependency>
|
|
<groupId>org.ini4j</groupId>
|
|
<artifactId>ini4j</artifactId>
|
|
<version>0.5.4</version>
|
|
</dependency>
|
|
</dependencies>
|
|
<build>
|
|
<finalName>${project.artifactId}</finalName>
|
|
<plugins>
|
|
<!-- Run with Jetty -->
|
|
<plugin>
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
<artifactId>jetty-maven-plugin</artifactId>
|
|
<version>9.4.28.v20200408</version>
|
|
<configuration>
|
|
<webApp>
|
|
<contextPath>/${project.artifactId}</contextPath>
|
|
<allowDuplicateFragmentNames>true</allowDuplicateFragmentNames>
|
|
</webApp>
|
|
<scanIntervalSeconds>5</scanIntervalSeconds>
|
|
</configuration>
|
|
</plugin>
|
|
<!-- Compile java -->
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
<version>3.8.1</version>
|
|
<configuration>
|
|
<source>8</source>
|
|
<target>8</target>
|
|
</configuration>
|
|
</plugin>
|
|
<!-- Build war -->
|
|
<plugin>
|
|
<artifactId>maven-war-plugin</artifactId>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<version>2.1.1</version>
|
|
</plugin>
|
|
<!-- Pack zips -->
|
|
<plugin>
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
|
<version>2.2</version>
|
|
<executions>
|
|
<execution>
|
|
<id>webapp</id>
|
|
<phase>package</phase>
|
|
<goals>
|
|
<goal>single</goal>
|
|
</goals>
|
|
<configuration>
|
|
<finalName>multimedia${packname}</finalName>
|
|
<appendAssemblyId>false</appendAssemblyId>
|
|
<descriptors>
|
|
<descriptor>src/main/assembly/webapp.xml</descriptor>
|
|
</descriptors>
|
|
</configuration>
|
|
</execution>
|
|
</executions>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
</project> |