mirror of https://github.com/OpenVidu/openvidu.git
Parent pom now supports upload to Maven Central. ArtifactId to "openvidu-parent"
parent
0a1888b454
commit
c96ab5cea9
|
@ -2,6 +2,7 @@
|
|||
*/target/*
|
||||
!openvidu-java-client/target/openvidu-java-client.jar
|
||||
|
||||
/target
|
||||
.classpath
|
||||
.project
|
||||
.settings
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
<parent>
|
||||
<groupId>io.openvidu</groupId>
|
||||
<artifactId>openvidu</artifactId>
|
||||
<artifactId>openvidu-parent</artifactId>
|
||||
<version>1.0.0-beta.3</version>
|
||||
</parent>
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
<parent>
|
||||
<groupId>io.openvidu</groupId>
|
||||
<artifactId>openvidu</artifactId>
|
||||
<artifactId>openvidu-parent</artifactId>
|
||||
<version>1.0.0-beta.3</version>
|
||||
</parent>
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
<parent>
|
||||
<groupId>io.openvidu</groupId>
|
||||
<artifactId>openvidu</artifactId>
|
||||
<artifactId>openvidu-parent</artifactId>
|
||||
<version>1.0.0-beta.3</version>
|
||||
</parent>
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
|||
<packaging>jar</packaging>
|
||||
|
||||
<name>OpenVidu Java Client</name>
|
||||
<description> OpenVidu client for your Java backend: get sessionId's and tokens easily from your OpenVidu server</description>
|
||||
<description>OpenVidu client for your Java backend: get sessionId's and tokens easily from your OpenVidu server</description>
|
||||
<url>http://openvidu.io</url>
|
||||
|
||||
<licenses>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
<parent>
|
||||
<groupId>io.openvidu</groupId>
|
||||
<artifactId>openvidu</artifactId>
|
||||
<artifactId>openvidu-parent</artifactId>
|
||||
<version>1.0.0-beta.3</version>
|
||||
</parent>
|
||||
|
||||
|
|
|
@ -2,12 +2,17 @@
|
|||
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>io.openvidu</groupId>
|
||||
<artifactId>testapp</artifactId>
|
||||
<version>1.0.0-beta.3</version>
|
||||
<parent>
|
||||
<groupId>io.openvidu</groupId>
|
||||
<artifactId>openvidu-parent</artifactId>
|
||||
<version>1.0.0-beta.3</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>openvidu-test-e2e</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>openvidu-test-e2e</name>
|
||||
<name>OpenVidu Test e2e</name>
|
||||
<description>e2e tests for OpenVidu Tutorials</description>
|
||||
<url>http://maven.apache.org</url>
|
||||
|
||||
<properties>
|
||||
|
@ -22,13 +27,11 @@
|
|||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>4.12</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.seleniumhq.selenium</groupId>
|
||||
<artifactId>selenium-java</artifactId>
|
||||
<version>3.4.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>info.cukes</groupId>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
<parent>
|
||||
<groupId>io.openvidu</groupId>
|
||||
<artifactId>openvidu</artifactId>
|
||||
<artifactId>openvidu-parent</artifactId>
|
||||
<version>1.0.0-beta.3</version>
|
||||
</parent>
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
<parent>
|
||||
<groupId>io.openvidu</groupId>
|
||||
<artifactId>openvidu</artifactId>
|
||||
<artifactId>openvidu-parent</artifactId>
|
||||
<version>1.0.0-beta.3</version>
|
||||
<relativePath>../</relativePath>
|
||||
</parent>
|
||||
|
|
114
pom.xml
114
pom.xml
|
@ -5,18 +5,16 @@
|
|||
<parent>
|
||||
<groupId>org.kurento</groupId>
|
||||
<artifactId>kurento-parent-pom</artifactId>
|
||||
<version>6.6.3-SNAPSHOT</version>
|
||||
<version>6.6.2</version>
|
||||
</parent>
|
||||
|
||||
<groupId>io.openvidu</groupId>
|
||||
<artifactId>openvidu</artifactId>
|
||||
<artifactId>openvidu-parent</artifactId>
|
||||
<version>1.0.0-beta.3</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<name>OpenVidu</name>
|
||||
<description>
|
||||
OpenVidu modules: sdk, client, server, demos, test
|
||||
</description>
|
||||
<description>OpenVidu parent pom: versioning, dependencies and plugins for all OpenVidu artifacts</description>
|
||||
<url>http://openvidu.io</url>
|
||||
|
||||
<licenses>
|
||||
|
@ -33,9 +31,9 @@
|
|||
</organization>
|
||||
|
||||
<scm>
|
||||
<url>${openvidu.scm.url}</url>
|
||||
<connection>scm:git:${openvidu.scm.connection}</connection>
|
||||
<developerConnection>scm:git:${openvidu.scm.connection}</developerConnection>
|
||||
<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>
|
||||
<tag>develop</tag>
|
||||
</scm>
|
||||
|
||||
|
@ -52,7 +50,7 @@
|
|||
<!-- OpenVidu versions -->
|
||||
<version.openvidu>1.0.0-beta.3</version.openvidu>
|
||||
|
||||
<version.kurento.jsonrpc.js>5.1.4-SNAPSHOT</version.kurento.jsonrpc.js>
|
||||
<version.kurento.jsonrpc.js>5.1.3</version.kurento.jsonrpc.js>
|
||||
|
||||
<maven.compiler.target>1.8</maven.compiler.target>
|
||||
<maven.compiler.source>1.8</maven.compiler.source>
|
||||
|
@ -61,6 +59,17 @@
|
|||
<openvidu.scm.connection>git@github.com:OpenVidu/openvidu.git</openvidu.scm.connection>
|
||||
</properties>
|
||||
|
||||
<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>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>default</id>
|
||||
|
@ -72,6 +81,7 @@
|
|||
<module>openvidu-client</module>
|
||||
<module>openvidu-browser</module>
|
||||
<module>openvidu-test</module>
|
||||
<module>openvidu-test-e2e</module>
|
||||
<module>openvidu-testapp</module>
|
||||
<module>openvidu-java-client</module>
|
||||
</modules>
|
||||
|
@ -81,8 +91,8 @@
|
|||
<modules>
|
||||
<module>openvidu-server</module>
|
||||
<module>openvidu-client</module>
|
||||
<module>openvidu-client-js</module>
|
||||
<module>openvidu-test</module>
|
||||
<module>openvidu-test-e2e</module>
|
||||
</modules>
|
||||
</profile>
|
||||
<profile>
|
||||
|
@ -92,6 +102,90 @@
|
|||
<module>openvidu-sampleapp-minimal</module>
|
||||
</modules>
|
||||
</profile>
|
||||
<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>
|
||||
<version>3.0.1</version>
|
||||
<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-javadoc-plugin</artifactId>
|
||||
<version>2.10.4</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>attach-javadocs</id>
|
||||
<goals>
|
||||
<goal>jar</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>
|
||||
<plugin>
|
||||
<artifactId>maven-resources-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>copy-resources</id>
|
||||
<phase>validate</phase>
|
||||
<goals>
|
||||
<goal>copy-resources</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<outputDirectory>${basedir}/target/classes/static/</outputDirectory>
|
||||
<resources>
|
||||
<resource>
|
||||
<directory>${basedir}/../elastest-torm-gui/dist</directory>
|
||||
</resource>
|
||||
</resources>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</profile>
|
||||
</profiles>
|
||||
|
||||
<dependencyManagement>
|
||||
|
|
Loading…
Reference in New Issue