| Group ID: |
org.mobicents.resources |
| Artifact ID: |
restcomm-slee-ra-diameter-gx-ra-release |
| Last modified: |
03.04.2017 14:54 |
| Packaging: |
pom |
| Name: |
Restcomm :: Diameter Resources :: ${pom.artifactId} |
|
|
| Size: |
0.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/org/mobicents/resources/restcomm-slee-ra-diameter-gx-ra-release/2.8.48/restcomm-slee-ra-diameter-gx-ra-release-2.8.48.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>
<packaging>pom</packaging>
<parent>
<groupId>org.mobicents.resources</groupId>
<artifactId>restcomm-slee-ra-diameter-gx</artifactId>
<version>2.8.48</version>
</parent>
<artifactId>restcomm-slee-ra-diameter-gx-ra-release</artifactId>
<name>Restcomm :: Diameter Resources :: ${pom.artifactId}</name>
<profiles>
<profile>
<id>release</id>
<build>
<plugins>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<inherited>false</inherited>
<executions>
<execution>
<phase>install</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<tasks>
<copy overwrite="true" todir="${release.dir}/resources/diameter-gx">
<fileset dir="${basedir}/../du/target">
<include name="**.jar" />
<include name="*.xml" />
<include name="*.properties" />
</fileset>
</copy>
<copy overwrite="true" file="${basedir}/../du/target/build.xml" tofile="${release.dir}/resources/diameter-gx/du-management.xml" />
<copy overwrite="true" file="${basedir}/build.xml" todir="${release.dir}/resources/diameter-gx">
<filterset>
<filter token="JBOSS.PATH" value="${jboss.path}" />
<filter token="JBOSS.CONFIG" value="${node}" />
</filterset>
</copy>
</tasks>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>
|
| Maven: |
<dependency>
<groupId>org.mobicents.resources</groupId>
<artifactId>restcomm-slee-ra-diameter-gx-ra-release</artifactId>
<version>2.8.48</version>
</dependency>
|
| Gradle: |
org.mobicents.resources:restcomm-slee-ra-diameter-gx-ra-release:2.8.48 |
| Dependency Graph: |
Show
Less
More
|