From 7237f03204347cbedcaf265d3c43b42117d4312f Mon Sep 17 00:00:00 2001 From: Ryan Goulding Date: Thu, 2 Mar 2017 16:42:42 -0500 Subject: [PATCH] Enable fail on checkstyle violation for archetype code Change-Id: I949a8704d7c09a59f21011c2e91778c9f37b31f4 Signed-off-by: Ryan Goulding --- opendaylight/archetypes/opendaylight-startup/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opendaylight/archetypes/opendaylight-startup/pom.xml b/opendaylight/archetypes/opendaylight-startup/pom.xml index d5cb2c4c86..8d8cfd9a5c 100644 --- a/opendaylight/archetypes/opendaylight-startup/pom.xml +++ b/opendaylight/archetypes/opendaylight-startup/pom.xml @@ -19,7 +19,7 @@ maven-checkstyle-plugin - false + true -- 2.36.6