aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2017-10-27 10:53:27 -0700
committerGary Wu <gary.i.wu@huawei.com>2017-10-27 10:53:27 -0700
commit926c7563ebfc72d6424f600e1a85257f6f745daf (patch)
tree99bd58b00348fb2ed711e4b03a349d0786d2a028
parent055c3539fe9628f5dc4b2063139115ffcaf01304 (diff)
Disallow SNAPSHOT dependencies
Fail the build if SNAPSHOT dependencies are detected. Change-Id: If2acd1ea46d013c632dcc1897e09bc853e236518 Issue-ID: INT-309 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index de75c2b..95ddde6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,7 +107,7 @@
<requireReleaseDeps>
<failWhenParentIsSnapshot>false</failWhenParentIsSnapshot>
<onlyWhenRelease>true</onlyWhenRelease>
- <level>WARN</level>
+ <level>ERROR</level>
</requireReleaseDeps>
</rules>
</configuration>