| Title: |
org.mobicents.examples:zmgcp-demo-services-DU |
| Group ID: |
org.mobicents.examples |
| Artifact ID: |
zmgcp-demo-services-DU |
| Version: |
7.1.9 |
| Last modified: |
30.08.2017 12:19 |
| Packaging: |
jar |
|
|
| Size: |
61.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/org/mobicents/examples/zmgcp-demo-services-DU/7.1.9/zmgcp-demo-services-DU-7.1.9.jar |
| POM: |
Show
hide
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>mgcp-demo-slee</artifactId>
<groupId>org.mobicents.examples</groupId>
<version>7.1.9</version>
</parent>
<artifactId>zmgcp-demo-services-DU</artifactId>
<dependencies>
<dependency>
<artifactId>mgcp-demo-call-sbb</artifactId>
<groupId>${pom.groupId}</groupId>
<version>${pom.version}</version>
</dependency>
<dependency>
<artifactId>mgcp-demo-recorder-sbb</artifactId>
<groupId>${pom.groupId}</groupId>
<version>${pom.version}</version>
</dependency>
<dependency>
<artifactId>mgcp-demo-conference-sbb</artifactId>
<groupId>${pom.groupId}</groupId>
<version>${pom.version}</version>
</dependency>
<dependency>
<artifactId>mgcp-demo-ivr-sbb</artifactId>
<groupId>${pom.groupId}</groupId>
<version>${pom.version}</version>
</dependency>
<dependency>
<artifactId>mgcp-demo-tts-sbb</artifactId>
<groupId>${pom.groupId}</groupId>
<version>${pom.version}</version>
</dependency>
<dependency>
<artifactId>mgcp-demo-conf-leg-sbb</artifactId>
<groupId>${pom.groupId}</groupId>
<version>${pom.version}</version>
</dependency>
<dependency>
<artifactId>mgcp-demo-custom-events</artifactId>
<groupId>${pom.groupId}</groupId>
<version>${pom.version}</version>
</dependency>
</dependencies>
<build>
<finalName>restcomm-zmgcp-demo-services-DU-${pom.version}</finalName>
<plugins>
<plugin>
<groupId>org.mobicents.tools</groupId>
<artifactId>maven-du-plugin</artifactId>
<version>${maven.du.plugin.version}</version>
<executions>
<execution>
<goals>
<goal>copy-dependencies</goal>
<goal>generate-descriptor</goal>
<goal>generate-ant-management-script</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<id>deploy-DU</id>
<phase>install</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<tasks>
<copy overwrite="true" file="target/${project.build.finalName}.jar" todir="${jboss.home}/standalone/deployments" />
</tasks>
</configuration>
</execution>
<execution>
<id>undeploy-DU</id>
<phase>clean</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<tasks>
<delete file="${jboss.home}/standalone/deployments/${project.build.finalName}.jar" />
</tasks>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
|
| Maven: |
<dependency>
<groupId>org.mobicents.examples</groupId>
<artifactId>zmgcp-demo-services-DU</artifactId>
<version>7.1.9</version>
</dependency>
|
| Gradle: |
org.mobicents.examples:zmgcp-demo-services-DU:7.1.9 |
| Dependencies: |
-
[JAR]
mgcp-demo-call-sbb-${pom.version}.jar
in ${pom/groupId}/mgcp-demo-call-sbb/${pom.version}
-
[JAR]
mgcp-demo-conf-leg-sbb-${pom.version}.jar
in ${pom/groupId}/mgcp-demo-conf-leg-sbb/${pom.version}
-
[JAR]
mgcp-demo-conference-sbb-${pom.version}.jar
in ${pom/groupId}/mgcp-demo-conference-sbb/${pom.version}
-
[JAR]
mgcp-demo-custom-events-${pom.version}.jar
in ${pom/groupId}/mgcp-demo-custom-events/${pom.version}
-
[JAR]
mgcp-demo-ivr-sbb-${pom.version}.jar
in ${pom/groupId}/mgcp-demo-ivr-sbb/${pom.version}
-
[JAR]
mgcp-demo-recorder-sbb-${pom.version}.jar
in ${pom/groupId}/mgcp-demo-recorder-sbb/${pom.version}
-
[JAR]
mgcp-demo-tts-sbb-${pom.version}.jar
in ${pom/groupId}/mgcp-demo-tts-sbb/${pom.version}
|
| Dependency Graph: |
Show
Less
More
|