summaryrefslogtreecommitdiffstats
path: root/sdnr/wireless-transport/code-Carbon-SR1/apps/commons/configuration/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sdnr/wireless-transport/code-Carbon-SR1/apps/commons/configuration/pom.xml')
-rw-r--r--sdnr/wireless-transport/code-Carbon-SR1/apps/commons/configuration/pom.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/sdnr/wireless-transport/code-Carbon-SR1/apps/commons/configuration/pom.xml b/sdnr/wireless-transport/code-Carbon-SR1/apps/commons/configuration/pom.xml
new file mode 100644
index 00000000..dd963391
--- /dev/null
+++ b/sdnr/wireless-transport/code-Carbon-SR1/apps/commons/configuration/pom.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright (c) 2015 Wipro Ltd. and others. All rights reserved. This
+ program and the accompanying materials are made available under the terms
+ of the Eclipse Public License v1.0 which accompanies this distribution, and
+ is available at http://www.eclipse.org/legal/epl-v10.html -->
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.opendaylight.mwtn</groupId>
+ <artifactId>configuration</artifactId>
+ <version>0.5.1-SNAPSHOT</version>
+ <name>ONF :: Wireless :: ${project.artifactId}</name>
+ <description>Configuration files for mwtn</description>
+ <packaging>jar</packaging>
+ <properties>
+ <maven.javadoc.skip>true</maven.javadoc.skip>
+ <checkstyle.skip>true</checkstyle.skip>
+ </properties>
+</project>