dd96339122540e365ce497877d732130474a10ac
[ccsdk/apps.git] / sdnr / wireless-transport / code-Carbon-SR1 / apps / commons / configuration / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright (c) 2015 Wipro Ltd. and others. All rights reserved. This 
3         program and the accompanying materials are made available under the terms 
4         of the Eclipse Public License v1.0 which accompanies this distribution, and 
5         is available at http://www.eclipse.org/legal/epl-v10.html -->
6 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
8
9         <modelVersion>4.0.0</modelVersion>
10         <groupId>org.opendaylight.mwtn</groupId>
11         <artifactId>configuration</artifactId>
12         <version>0.5.1-SNAPSHOT</version>
13     <name>ONF :: Wireless :: ${project.artifactId}</name>
14         <description>Configuration files for mwtn</description>
15         <packaging>jar</packaging>
16         <properties>
17                 <maven.javadoc.skip>true</maven.javadoc.skip>
18                 <checkstyle.skip>true</checkstyle.skip>
19         </properties>
20 </project>