2019-02-18 11:11:19 +01:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
2016-10-11 09:53:32 +02:00
|
|
|
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>
|
|
|
|
|
2017-06-06 11:52:13 +02:00
|
|
|
<groupId>io.openvidu</groupId>
|
2017-09-07 17:09:29 +02:00
|
|
|
<artifactId>openvidu-parent</artifactId>
|
2018-03-19 19:09:40 +01:00
|
|
|
<version>1.9.0-beta-1</version>
|
2016-10-11 09:53:32 +02:00
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
2017-05-12 10:55:54 +02:00
|
|
|
<name>OpenVidu</name>
|
2017-09-07 17:09:29 +02:00
|
|
|
<description>OpenVidu parent pom: versioning, dependencies and plugins for all OpenVidu artifacts</description>
|
2018-05-06 02:20:25 +02:00
|
|
|
<url>https://openvidu.io</url>
|
2016-10-11 09:53:32 +02:00
|
|
|
|
|
|
|
<licenses>
|
|
|
|
<license>
|
|
|
|
<name>Apache 2.0</name>
|
|
|
|
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
|
|
|
|
<distribution>repo</distribution>
|
|
|
|
</license>
|
|
|
|
</licenses>
|
|
|
|
|
|
|
|
<organization>
|
2017-05-12 10:55:54 +02:00
|
|
|
<name>OpenVidu</name>
|
2018-05-06 02:20:25 +02:00
|
|
|
<url>https://openvidu.io</url>
|
2016-10-11 09:53:32 +02:00
|
|
|
</organization>
|
|
|
|
|
|
|
|
<scm>
|
2017-09-07 17:09:29 +02:00
|
|
|
<url>https://github.com/OpenVidu/openvidu.git</url>
|
|
|
|
<connection>scm:git:https://github.com/OpenVidu/openvidu.git</connection>
|
|
|
|
<developerConnection>scm:git:https://github.com/OpenVidu/openvidu.git</developerConnection>
|
2016-10-11 09:53:32 +02:00
|
|
|
<tag>develop</tag>
|
|
|
|
</scm>
|
|
|
|
|
|
|
|
<developers>
|
|
|
|
<developer>
|
2017-06-06 11:52:13 +02:00
|
|
|
<id>openvidu.io</id>
|
|
|
|
<name>-openvidu.io Community</name>
|
|
|
|
<organization>openvidu.io</organization>
|
2018-05-06 02:20:25 +02:00
|
|
|
<organizationUrl>https://openvidu.io</organizationUrl>
|
2016-10-11 09:53:32 +02:00
|
|
|
</developer>
|
|
|
|
</developers>
|
|
|
|
|
|
|
|
<properties>
|
2019-04-16 10:04:55 +02:00
|
|
|
<version.kurento>6.10.0</version.kurento>
|
2019-06-11 13:56:16 +02:00
|
|
|
<version.spring-boot>2.1.5.RELEASE</version.spring-boot>
|
2017-12-13 22:39:26 +01:00
|
|
|
<version.junit>4.12</version.junit>
|
|
|
|
<version.mockito>1.10.19</version.mockito>
|
2019-02-18 11:11:19 +01:00
|
|
|
<version.powermock>1.7.4</version.powermock>
|
|
|
|
<version.hamcrest-core>2.1</version.hamcrest-core>
|
|
|
|
<version.hamcrest-library>2.1</version.hamcrest-library>
|
2017-12-13 22:39:26 +01:00
|
|
|
<version.json-simple>1.1.1</version.json-simple>
|
2019-06-03 15:56:22 +02:00
|
|
|
<version.httpclient>4.5.8</version.httpclient>
|
2019-02-18 11:11:19 +01:00
|
|
|
<version.enforcer.plugin>3.0.0-M2</version.enforcer.plugin>
|
2016-10-11 09:53:32 +02:00
|
|
|
|
|
|
|
<maven.compiler.target>1.8</maven.compiler.target>
|
|
|
|
<maven.compiler.source>1.8</maven.compiler.source>
|
|
|
|
|
2017-05-12 10:55:54 +02:00
|
|
|
<openvidu.scm.url>https://github.com/OpenVidu/openvidu</openvidu.scm.url>
|
|
|
|
<openvidu.scm.connection>git@github.com:OpenVidu/openvidu.git</openvidu.scm.connection>
|
2017-12-13 22:39:26 +01:00
|
|
|
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
|
|
|
|
<!-- ************** -->
|
|
|
|
<!-- Build settings -->
|
|
|
|
<!-- ************** -->
|
|
|
|
|
|
|
|
<!-- Cross plugins settings -->
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
|
|
|
|
|
|
<!-- maven-compiler-plugin -->
|
|
|
|
<maven.compiler.target>1.8</maven.compiler.target>
|
|
|
|
<maven.compiler.source>1.8</maven.compiler.source>
|
|
|
|
|
|
|
|
<!-- Options to override the compiler arguments directly on the compiler
|
|
|
|
arument line to separate between what the IDE understands as the source level
|
|
|
|
and what the Maven compiler actually use. -->
|
|
|
|
<maven.compiler.argument.target>${maven.compiler.target}</maven.compiler.argument.target>
|
|
|
|
<maven.compiler.argument.source>${maven.compiler.source}</maven.compiler.argument.source>
|
|
|
|
|
|
|
|
<!-- maven-enforcer-plugin -->
|
|
|
|
<maven.min.version>3.0.3</maven.min.version>
|
|
|
|
<jdk.min.version>${maven.compiler.source}</jdk.min.version>
|
|
|
|
<jdk.max.version>${maven.compiler.source}</jdk.max.version>
|
2016-10-11 09:53:32 +02:00
|
|
|
</properties>
|
2017-10-10 15:51:33 +02:00
|
|
|
|
2017-09-07 17:09:29 +02:00
|
|
|
<distributionManagement>
|
|
|
|
<snapshotRepository>
|
|
|
|
<id>ossrh</id>
|
|
|
|
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
|
|
|
</snapshotRepository>
|
|
|
|
<repository>
|
|
|
|
<id>ossrh</id>
|
|
|
|
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
|
|
|
|
</repository>
|
|
|
|
</distributionManagement>
|
2016-10-11 09:53:32 +02:00
|
|
|
|
2017-12-13 22:39:26 +01:00
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
|
|
|
|
<!-- Check for the minimum version of Java and Maven. Runs during the
|
|
|
|
validate phase. -->
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-enforcer-plugin</artifactId>
|
2018-01-28 17:08:15 +01:00
|
|
|
<version>${version.enforcer.plugin}</version>
|
2017-12-13 22:39:26 +01:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>enforce-java-version</id>
|
|
|
|
<goals>
|
|
|
|
<goal>enforce</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<rules>
|
|
|
|
<requireJavaVersion>
|
|
|
|
<message>To build this project JDK ${jdk.min.version} (or
|
|
|
|
greater) is required. Please install it.</message>
|
|
|
|
<version>${jdk.min.version}</version>
|
|
|
|
</requireJavaVersion>
|
|
|
|
</rules>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
<execution>
|
|
|
|
<id>enforce-maven-version</id>
|
|
|
|
<goals>
|
|
|
|
<goal>enforce</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<rules>
|
|
|
|
<requireMavenVersion>
|
|
|
|
<message>To build this project Maven ${maven.min.version} (or
|
|
|
|
greater) is required. Please install it.</message>
|
|
|
|
<version>${maven.min.version}</version>
|
|
|
|
</requireMavenVersion>
|
|
|
|
</rules>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
<execution>
|
|
|
|
<id>enforce-bytecode-version</id>
|
|
|
|
<goals>
|
|
|
|
<goal>enforce</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<rules>
|
|
|
|
<enforceBytecodeVersion>
|
|
|
|
<maxJdkVersion>${jdk.max.version}</maxJdkVersion>
|
|
|
|
</enforceBytecodeVersion>
|
|
|
|
</rules>
|
|
|
|
<fail>true</fail>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
<execution>
|
|
|
|
<id>enforce-ban-duplicate-classes</id>
|
|
|
|
<goals>
|
|
|
|
<goal>enforce</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<rules>
|
|
|
|
<banDuplicateClasses>
|
|
|
|
<findAllDuplicates>true</findAllDuplicates>
|
|
|
|
</banDuplicateClasses>
|
|
|
|
</rules>
|
|
|
|
<fail>false</fail>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
<execution>
|
|
|
|
<id>enforce-ban-circular-dependencies</id>
|
|
|
|
<goals>
|
|
|
|
<goal>enforce</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<rules>
|
|
|
|
<banCircularDependencies />
|
|
|
|
</rules>
|
|
|
|
<fail>true</fail>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>extra-enforcer-rules</artifactId>
|
2019-02-18 11:11:19 +01:00
|
|
|
<version>1.1</version>
|
2017-12-13 22:39:26 +01:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
|
2016-10-11 09:53:32 +02:00
|
|
|
<profiles>
|
|
|
|
<profile>
|
|
|
|
<id>default</id>
|
|
|
|
<activation>
|
|
|
|
<activeByDefault>true</activeByDefault>
|
|
|
|
</activation>
|
|
|
|
<modules>
|
|
|
|
<module>openvidu-server</module>
|
|
|
|
<module>openvidu-client</module>
|
|
|
|
<module>openvidu-test</module>
|
2017-10-10 15:51:33 +02:00
|
|
|
<module>openvidu-test-e2e</module>
|
2019-03-25 09:58:29 +01:00
|
|
|
<module>openvidu-test-browsers</module>
|
2017-06-06 11:52:13 +02:00
|
|
|
<module>openvidu-java-client</module>
|
2016-10-11 09:53:32 +02:00
|
|
|
</modules>
|
|
|
|
</profile>
|
|
|
|
<profile>
|
|
|
|
<id>deploy</id>
|
|
|
|
<modules>
|
|
|
|
<module>openvidu-server</module>
|
|
|
|
<module>openvidu-client</module>
|
|
|
|
<module>openvidu-test</module>
|
2017-10-10 15:51:33 +02:00
|
|
|
<module>openvidu-test-e2e</module>
|
2019-03-25 09:58:29 +01:00
|
|
|
<module>openvidu-test-browsers</module>
|
2016-10-11 09:53:32 +02:00
|
|
|
</modules>
|
|
|
|
</profile>
|
|
|
|
<profile>
|
|
|
|
<id>integration</id>
|
|
|
|
<modules>
|
|
|
|
<module>openvidu-demo</module>
|
|
|
|
<module>openvidu-sampleapp-minimal</module>
|
|
|
|
</modules>
|
|
|
|
</profile>
|
2017-09-07 17:09:29 +02:00
|
|
|
<profile>
|
|
|
|
<id>release-sign-artifacts</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>performRelease</name>
|
|
|
|
<value>true</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-source-plugin</artifactId>
|
2019-06-03 15:56:22 +02:00
|
|
|
<version>3.1.0</version>
|
2017-09-07 17:09:29 +02:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>attach-sources</id>
|
|
|
|
<goals>
|
|
|
|
<goal>jar-no-fork</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-gpg-plugin</artifactId>
|
|
|
|
<version>1.6</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>sign-artifacts</id>
|
|
|
|
<phase>verify</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>sign</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.sonatype.plugins</groupId>
|
|
|
|
<artifactId>nexus-staging-maven-plugin</artifactId>
|
|
|
|
<version>1.6.8</version>
|
|
|
|
<extensions>true</extensions>
|
|
|
|
<configuration>
|
|
|
|
<serverId>ossrh</serverId>
|
|
|
|
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
|
|
|
|
<autoReleaseAfterClose>false</autoReleaseAfterClose>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
2016-10-11 09:53:32 +02:00
|
|
|
</profiles>
|
|
|
|
|
|
|
|
<dependencyManagement>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
2017-06-06 11:52:13 +02:00
|
|
|
<groupId>io.openvidu</groupId>
|
2016-10-11 09:53:32 +02:00
|
|
|
<artifactId>openvidu-server</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2017-06-06 11:52:13 +02:00
|
|
|
<groupId>io.openvidu</groupId>
|
2016-10-11 09:53:32 +02:00
|
|
|
<artifactId>openvidu-client</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2017-06-06 11:52:13 +02:00
|
|
|
<groupId>io.openvidu</groupId>
|
2016-10-11 09:53:32 +02:00
|
|
|
<artifactId>openvidu-test</artifactId>
|
|
|
|
</dependency>
|
2017-10-10 15:51:33 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>io.openvidu</groupId>
|
|
|
|
<artifactId>openvidu-test-e2e</artifactId>
|
|
|
|
</dependency>
|
2019-03-25 09:58:29 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>io.openvidu</groupId>
|
|
|
|
<artifactId>openvidu-test-browsers</artifactId>
|
|
|
|
</dependency>
|
2017-09-07 17:53:44 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>io.openvidu</groupId>
|
|
|
|
<artifactId>openvidu-java-client</artifactId>
|
2016-10-11 09:53:32 +02:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</dependencyManagement>
|
|
|
|
|
|
|
|
</project>
|