Merge "Startup arch - remove artifactId prefix from dir names."
[controller.git] / opendaylight / adsal / adsal-enunciate-parent / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4  copyright (c) 2015 cisco systems, inc. and others.  all rights reserved.
5
6  this program and the accompanying materials are made available under the
7  terms of the eclipse public license v1.0 which accompanies this distribution,
8  and is available at http://www.eclipse.org/legal/epl-v10.html
9 -->
10 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12
13     <parent>
14         <groupId>org.opendaylight.controller</groupId>
15         <artifactId>enunciate-parent</artifactId>
16         <version>1.5.0-SNAPSHOT</version>
17         <relativePath>../../commons/enunciate-parent</relativePath>
18     </parent>
19
20     <modelVersion>4.0.0</modelVersion>
21     <artifactId>adsal-enunciate-parent</artifactId>
22     <packaging>pom</packaging>
23
24     <build>
25         <pluginManagement>
26             <plugins>
27                 <plugin>
28                     <groupId>org.codehaus.enunciate</groupId>
29                     <artifactId>maven-enunciate-plugin</artifactId>
30                     <dependencies>
31                         <dependency>
32                             <groupId>org.opendaylight.controller</groupId>
33                             <artifactId>sal</artifactId>
34                             <version>${sal.version}</version>
35                         </dependency>
36                     </dependencies>
37                 </plugin>
38             </plugins>
39         </pluginManagement>
40     </build>
41 </project>
42