| Title: |
org.mobicents.resources:sip11-ra-DU |
| Group ID: |
org.mobicents.resources |
| Artifact ID: |
sip11-ra-DU |
| Version: |
2.8.66 |
| Last modified: |
02.09.2016 03:11 |
| Packaging: |
jar |
| Name: |
Restcomm :: Resources :: sip11-ra-DU |
|
|
| Size: |
1.5 MB |
| Download: |
https://repo.maven.apache.org/maven2/org/mobicents/resources/sip11-ra-DU/2.8.66/sip11-ra-DU-2.8.66.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>restcomm-slee-ra-sip11</artifactId>
<groupId>org.mobicents.resources</groupId>
<version>2.8.66</version>
</parent>
<artifactId>sip11-ra-DU</artifactId>
<name>Restcomm :: Resources :: ${project.artifactId}</name>
<dependencies>
<!-- components -->
<dependency>
<groupId>${project.parent.groupId}</groupId>
<artifactId>sip11-events</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>${project.parent.groupId}</groupId>
<artifactId>sip11-ratype</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>${project.parent.groupId}</groupId>
<artifactId>sip11-ra</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>${project.parent.groupId}</groupId>
<artifactId>sip11-library</artifactId>
<version>${project.parent.version}</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.mobicents.tools</groupId>
<artifactId>maven-du-plugin</artifactId>
<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}/server/${node}/deploy" />
</tasks>
</configuration>
</execution>
<execution>
<id>undeploy-DU</id>
<phase>clean</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<tasks>
<delete file="${jboss.home}/server/${node}/deploy/${project.build.finalName}.jar" />
</tasks>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
|
| Maven: |
<dependency>
<groupId>org.mobicents.resources</groupId>
<artifactId>sip11-ra-DU</artifactId>
<version>2.8.66</version>
</dependency>
|
| Gradle: |
org.mobicents.resources:sip11-ra-DU:2.8.66 |
| Dependencies: |
-
[JAR]
sip11-events-${project.parent.version}.jar
in ${project/parent/groupId}/sip11-events/${project.parent.version}
-
[JAR]
sip11-library-${project.parent.version}.jar
in ${project/parent/groupId}/sip11-library/${project.parent.version}
-
[JAR]
sip11-ra-${project.parent.version}.jar
in ${project/parent/groupId}/sip11-ra/${project.parent.version}
-
[JAR]
sip11-ratype-${project.parent.version}.jar
in ${project/parent/groupId}/sip11-ratype/${project.parent.version}
|
| Dependency Graph: |
Show
Less
More
|