Lighty support Silicon migration
[transportpce.git] / deploy-site.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=2 tabstop=2: -->
3 <!--
4     Copyright (c) 2016 Orange 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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
11   <modelVersion>4.0.0</modelVersion>
12
13   <groupId>org.opendaylight.transportpce</groupId>
14   <artifactId>deploy-site</artifactId>
15   <version>0.3.0-SNAPSHOT</version>
16   <packaging>pom</packaging>
17
18   <properties>
19     <stream>latest</stream>
20     <nexus.site.url>dav:https://nexus.opendaylight.org/content/sites/site/${project.groupId}/${stream}/</nexus.site.url>
21   </properties>
22
23   <build>
24     <extensions>
25       <extension>
26         <groupId>org.apache.maven.wagon</groupId>
27          <artifactId>wagon-webdav-jackrabbit</artifactId>
28          <version>2.9</version>
29       </extension>
30     </extensions>
31
32     <plugins>
33       <plugin>
34         <groupId>org.apache.maven.plugins</groupId>
35         <artifactId>maven-site-plugin</artifactId>
36         <version>3.4</version>
37         <configuration>
38           <inputDirectory>${project.build.directory}/staged-site</inputDirectory>
39         </configuration>
40       </plugin>
41     </plugins>
42   </build>
43
44   <distributionManagement>
45     <site>
46       <id>opendaylight-site</id>
47       <url>${nexus.site.url}</url>
48     </site>
49   </distributionManagement>
50 </project>