/protocols/asn/docs/sources/pom.xml
XML | 27 lines | 20 code | 7 blank | 0 comment | 0 complexity | c4e63e88ecd092cd72c56f579c0ab445 MD5 | raw file
1 2<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"> 3 4 <modelVersion>4.0.0</modelVersion> 5 6 <parent> 7 <artifactId>mobicents-asn-docs</artifactId> 8 <groupId>org.mobicents.protocols.asn.docs</groupId> 9 <version>2.0.0-SNAPSHOT</version> 10 </parent> 11 12 <artifactId>mobicents-asn-docs-sources</artifactId> 13 <name>Mobicents :: ASN :: Docs :: Sources :: ${pom.artifactId}</name> 14 <properties> 15 16 </properties> 17 18 <build> 19 <resources> 20 <resource> 21 <directory>${basedir}/src/main/resources</directory> 22 <filtering>true</filtering> 23 </resource> 24 </resources> 25 </build> 26 27</project>