HONEYCOMB-393 - Enable site plugin for yang-whitelist projects 09/8709/2
authorJan Srnicek <jsrnicek@cisco.com>
Mon, 9 Oct 2017 07:07:31 +0000 (09:07 +0200)
committerMarek Gradzki <mgradzki@cisco.com>
Mon, 9 Oct 2017 15:44:36 +0000 (15:44 +0000)
Change-Id: I744ca366a81aecb5b79da7041e47db9c2363bd6e
Signed-off-by: Jan Srnicek <jsrnicek@cisco.com>
common/yang-whitelist/yang-whitelist-api/pom.xml
common/yang-whitelist/yang-whitelist-impl/pom.xml

index 80b8d35..b0d0b2d 100644 (file)
 <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">
-    <!-- Cannot have parent , to break cycle, its used in build -->
+    <parent>
+        <groupId>io.fd.honeycomb.common</groupId>
+        <artifactId>honeycomb-parent</artifactId>
+        <version>1.18.01-SNAPSHOT</version>
+        <relativePath>../../honeycomb-parent</relativePath>
+    </parent>
+
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>io.fd.honeycomb.yang</groupId>
         <jaxb-api.version>2.2.12</jaxb-api.version>
     </properties>
 
-    <!-- workaround for HONEYCOMB-393 -->
-    <build>
-        <pluginManagement>
-            <plugins>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-site-plugin</artifactId>
-                    <configuration>
-                        <skip>true</skip>
-                        <skipDeploy>true</skipDeploy>
-                    </configuration>
-                </plugin>
-            </plugins>
-        </pluginManagement>
-    </build>
-
     <dependencies>
         <dependency>
             <groupId>javax.xml.bind</groupId>
index b2d8f66..b40fad1 100644 (file)
 <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">
-    <!-- Cannot have parent , to break cycle, its used in build -->
+    <parent>
+        <groupId>io.fd.honeycomb.common</groupId>
+        <artifactId>honeycomb-parent</artifactId>
+        <version>1.18.01-SNAPSHOT</version>
+        <relativePath>../../honeycomb-parent</relativePath>
+    </parent>
+
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>io.fd.honeycomb.yang</groupId>
         <slf4j-simple.version>1.7.25</slf4j-simple.version>
     </properties>
 
-    <!-- workaround for HONEYCOMB-393 -->
-    <build>
-        <pluginManagement>
-            <plugins>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-site-plugin</artifactId>
-                    <configuration>
-                        <skip>true</skip>
-                        <skipDeploy>true</skipDeploy>
-                    </configuration>
-                </plugin>
-            </plugins>
-        </pluginManagement>
-    </build>
-
     <dependencies>
         <dependency>
             <groupId>io.fd.honeycomb.yang</groupId>