Bug5531: Can't get complete YIN schema on Windows
[yangtools.git] / yang-validation-tool / pom.xml
index 7313f0c4d06be80b0b2cb9f2682360a621a16677..fae8e2376858724b0e020c373f59d637a473f68f 100644 (file)
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
-        <artifactId>yangtools-aggregator</artifactId>
-        <version>0.8.0-SNAPSHOT</version>
+        <artifactId>yangtools-parent</artifactId>
+        <version>1.0.0-SNAPSHOT</version>
+        <relativePath>../common/parent</relativePath>
     </parent>
+
     <artifactId>yang-validation-tool</artifactId>
 
     <dependencies>
@@ -37,6 +39,7 @@
             <artifactId>guava</artifactId>
         </dependency>
     </dependencies>
+
     <build>
         <plugins>
             <plugin>
             </plugin>
         </plugins>
     </build>
+
+  <!--
+      Maven Site Configuration
+
+      The following configuration is necessary for maven-site-plugin to
+      correctly identify the correct deployment path for OpenDaylight Maven
+      sites.
+  -->
+  <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
+
+  <distributionManagement>
+    <site>
+      <id>opendaylight-site</id>
+      <url>${nexus.site.url}/${project.artifactId}/</url>
+    </site>
+  </distributionManagement>
 </project>