/protocols/ss7/inap/pom.xml
http://mobicents.googlecode.com/ · XML · 59 lines · 50 code · 9 blank · 0 comment · 0 complexity · 4ce77fb59af80351155c36802245e60e MD5 · raw file
- <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>
- <artifactId>ss7-parent</artifactId>
- <groupId>org.mobicents.protocols.ss7</groupId>
- <version>2.0.0-SNAPSHOT</version>
- </parent>
-
-
- <artifactId>inap-parent</artifactId>
- <groupId>org.mobicents.protocols.ss7.inap</groupId>
-
- <packaging>pom</packaging>
-
- <name>Mobicents SS7 :: INAP :: Parent :: ${pom.artifactId}</name>
- <properties></properties>
-
- <modules>
- <module>inap-api</module>
- <module>inap-impl</module>
- </modules>
-
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-eclipse-plugin</artifactId>
- <groupId>org.mobicents.tools</groupId>
- <version>
- ${mobicents.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>
- mobicents-inap-stack
- </eclipseProjectName>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
- <profiles>
- <profile>
- <id>release</id>
- <modules>
- <module>release</module>
- </modules>
- </profile>
- </profiles>
- </project>