1 <?xml version="1.0" encoding="UTF-8"?>
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 <modelVersion>4.0.0</modelVersion>
5 <groupId>org.opendaylight.controller</groupId>
6 <artifactId>config-subsystem</artifactId>
7 <version>0.2.5-SNAPSHOT</version>
9 <artifactId>config-features</artifactId>
11 <packaging>pom</packaging>
14 <features.file>features.xml</features.file>
17 <dependencies></dependencies>
22 <filtering>true</filtering>
23 <directory>src/main/resources</directory>
28 <groupId>org.apache.maven.plugins</groupId>
29 <artifactId>maven-resources-plugin</artifactId>
34 <goal>resources</goal>
36 <phase>generate-resources</phase>
41 <groupId>org.codehaus.mojo</groupId>
42 <artifactId>build-helper-maven-plugin</artifactId>
45 <id>attach-artifacts</id>
47 <goal>attach-artifact</goal>
49 <phase>package</phase>
53 <file>${project.build.directory}/classes/${features.file}</file>
55 <classifier>features</classifier>
65 <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
66 <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
68 <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>