tools
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.restcomm.protocols.ss7</groupId>
<artifactId>tools</artifactId>
<version>8.0.0-179</version>
</dependency><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>
<artifactId>ss7-parent</artifactId>
<groupId>org.restcomm.protocols.ss7</groupId>
<version>8.0.0-179</version>
</parent>
<artifactId>tools</artifactId>
<name>Restcomm jSS7 :: Tools :: Parent</name>
<modules>
<module>simulator</module>
<module>trace-parser</module>
</modules>
<build>
<plugins>
<plugin>
<artifactId>maven-eclipse-plugin</artifactId>
<groupId>org.mobicents.tools</groupId>
<version>
${restcomm.tools.mavenplugin.eclipse.version}
</version>
<inherited>false</inherited>
<executions />
<configuration>
<classpathExcludes>
<exclude>xml-apis:xml-apis</exclude>
<exclude>jtidy:jtidy</exclude>
</classpathExcludes>
<resolveTransitiveDependencies>
true
</resolveTransitiveDependencies>
<eclipseProjectName>
tools
</eclipseProjectName>
</configuration>
</plugin>
</plugins>
</build>
</project>