summaryrefslogtreecommitdiffstats
path: root/jdisc_core_test/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'jdisc_core_test/pom.xml')
-rw-r--r--jdisc_core_test/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/jdisc_core_test/pom.xml b/jdisc_core_test/pom.xml
index 23eba93201b..4216c25266e 100644
--- a/jdisc_core_test/pom.xml
+++ b/jdisc_core_test/pom.xml
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<!-- Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
+<!-- Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<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
@@ -25,6 +25,7 @@
<!-- This project only builds test artifacts -->
<maven.deploy.skip>true</maven.deploy.skip>
<maven.javadoc.skip>true</maven.javadoc.skip>
+ <skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
</properties>
</project>