| Title: |
org.mobicents.resources:restcomm-slee-ra-diameter-s6a-docs-sources |
| Group ID: |
org.mobicents.resources |
| Artifact ID: |
restcomm-slee-ra-diameter-s6a-docs-sources-restcomm |
| Version: |
2.8.22 |
| Last modified: |
01.03.2016 17:22 |
| Packaging: |
jar |
|
|
| Size: |
25.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/org/mobicents/resources/restcomm-slee-ra-diameter-s6a-docs-sources-restcomm/2.8.22/restcomm-slee-ra-diameter-s6a-docs-sources-restcomm-2.8.22.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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.mobicents.resources</groupId>
<artifactId>restcomm-slee-ra-diameter-s6a-docs</artifactId>
<version>2.8.22</version>
</parent>
<artifactId>restcomm-slee-ra-diameter-s6a-docs-sources-restcomm</artifactId>
<properties>
<THIS.PLATFORM>Restcomm</THIS.PLATFORM>
<JEE.PLATFORM>JBoss Application Server</JEE.PLATFORM>
<THIS.ISSUE_TRACKER_URL>https://github.com/RestComm/jain-slee.diameter/issues</THIS.ISSUE_TRACKER_URL>
<THIS.SOURCE_CODE_URL>https://github.com/RestComm/jain-slee.diameter</THIS.SOURCE_CODE_URL>
<author.email.alexandre>brainslog (at) gmail.com</author.email.alexandre>
</properties>
<build>
<resources>
<resource>
<directory>${basedir}/src/main/resources</directory>
<filtering>true</filtering>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<id>unpack</id>
<phase>generate-resources</phase>
<goals>
<goal>unpack</goal>
</goals>
<configuration>
<artifactItems>
<artifactItem>
<groupId>${pom.groupId}</groupId>
<artifactId>restcomm-slee-ra-diameter-s6a-docs-sources</artifactId>
<version>${pom.version}</version>
<type>jar</type>
<overWrite>true</overWrite>
<outputDirectory>${basedir}/src/main/resources</outputDirectory>
</artifactItem>
</artifactItems>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<id>clean-resources</id>
<phase>clean</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<tasks>
<delete failonerror="false" includeemptydirs="true">
<fileset dir="${basedir}/src" />
</delete>
</tasks>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
|
| Maven: |
<dependency>
<groupId>org.mobicents.resources</groupId>
<artifactId>restcomm-slee-ra-diameter-s6a-docs-sources-restcomm</artifactId>
<version>2.8.22</version>
</dependency>
|
| Gradle: |
org.mobicents.resources:restcomm-slee-ra-diameter-s6a-docs-sources-restcomm:2.8.22 |
| Dependency Graph: |
Show
Less
More
|