| Title: |
org.mobicents.servers.jainslee.enablers:hss-client-DU |
| Group ID: |
org.mobicents.servers.jainslee.enablers |
| Artifact ID: |
hss-client-DU |
| Version: |
2.8.49 |
| Last modified: |
03.04.2017 16:17 |
| Packaging: |
jar |
|
|
| Size: |
16.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/org/mobicents/servers/jainslee/enablers/hss-client-DU/2.8.49/hss-client-DU-2.8.49.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>
<groupId>org.mobicents.servers.jainslee.enablers</groupId>
<artifactId>hss-client</artifactId>
<version>2.8.49</version>
</parent>
<artifactId>hss-client-DU</artifactId>
<dependencies>
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>hss-client-sbb</artifactId>
<version>${pom.version}</version>
</dependency>
</dependencies>
<build>
<finalName>restcomm-slee-enabler-hss-client-DU-${project.version}</finalName>
<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.servers.jainslee.enablers</groupId>
<artifactId>hss-client-DU</artifactId>
<version>2.8.49</version>
</dependency>
|
| Gradle: |
org.mobicents.servers.jainslee.enablers:hss-client-DU:2.8.49 |
| Dependencies: |
-
[JAR]
hss-client-sbb-${pom.version}.jar
in ${pom/groupId}/hss-client-sbb/${pom.version}
|
| Dependency Graph: |
Show
Less
More
|