Enable fail on checkstyle violation for archetype code
[controller.git] / opendaylight / archetypes / opendaylight-startup / pom.xml
index 54fb4b860177a1b77ab20108bf040a15a5f08bdf..8d8cfd9a5c3e6ee61a05af2dbb7db5082c558954 100644 (file)
@@ -5,23 +5,21 @@
   <parent>
      <groupId>org.opendaylight.controller.archetypes</groupId>
      <artifactId>archetypes-parent</artifactId>
-     <version>0.3.0-SNAPSHOT</version>
+     <version>0.5.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>opendaylight-startup-archetype</artifactId>
-  <version>1.1.0-SNAPSHOT</version>
+  <version>1.3.0-SNAPSHOT</version>
   <packaging>maven-archetype</packaging>
-
   <name>${project.artifactId}</name>
 
   <build>
     <plugins>
       <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
         <configuration>
-          <failsOnError>false</failsOnError>
+          <failsOnError>true</failsOnError>
         </configuration>
       </plugin>
     </plugins>