| Title: |
org.mobicents.resources:services-DU |
| Group ID: |
org.mobicents.resources |
| Artifact ID: |
services-DU |
| Version: |
7.1.53 |
| Last modified: |
13.06.2017 09:20 |
| Packaging: |
jar |
| Name: |
SMPP-RA : SMPP Test SBB : Service |
|
|
| Size: |
8.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/org/mobicents/resources/services-DU/7.1.53/services-DU-7.1.53.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.resources</groupId>
<artifactId>smpp-test-sbb</artifactId>
<version>7.1.53</version>
</parent>
<artifactId>services-DU</artifactId>
<name>SMPP-RA : SMPP Test SBB : Service</name>
<dependencies>
<dependency>
<artifactId>sbbs</artifactId>
<groupId>${project.groupId}</groupId>
<version>${project.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>
</plugins>
</build>
<profiles>
<profile>
<id>deploy-module-jboss</id>
<build>
<plugins>
<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</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>
</profile>
</profiles>
</project>
|
| Maven: |
<dependency>
<groupId>org.mobicents.resources</groupId>
<artifactId>services-DU</artifactId>
<version>7.1.53</version>
</dependency>
|
| Gradle: |
org.mobicents.resources:services-DU:7.1.53 |
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|