summaryrefslogtreecommitdiffstats
path: root/common/yang-whitelist/yang-whitelist-impl/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'common/yang-whitelist/yang-whitelist-impl/pom.xml')
-rw-r--r--common/yang-whitelist/yang-whitelist-impl/pom.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/common/yang-whitelist/yang-whitelist-impl/pom.xml b/common/yang-whitelist/yang-whitelist-impl/pom.xml
index 0e1f02511..7aabce58c 100644
--- a/common/yang-whitelist/yang-whitelist-impl/pom.xml
+++ b/common/yang-whitelist/yang-whitelist-impl/pom.xml
@@ -24,12 +24,30 @@
<groupId>io.fd.honeycomb.yang</groupId>
<artifactId>yang-whitelist-impl</artifactId>
<version>1.17.10-SNAPSHOT</version>
+ <packaging>jar</packaging>
+ <name>${project.artifactId}</name>
<properties>
<jaxb-runtime.version>2.2.11</jaxb-runtime.version>
<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>