Bug 4218 - northbound: return 404 when deleting unexisting uuid
[neutron.git] / northbound-api / pom.xml
index a5bc839177980ff643b05fac860b26ade2a5d6a7..7555e2a275ef3d6874cefb21744f3786763215f0 100644 (file)
@@ -12,6 +12,9 @@
   <artifactId>northbound-api</artifactId>
   <version>0.6.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
+  <properties>
+    <checkstyle.location>${project.parent.basedir}/src/main/resources</checkstyle.location>
+  </properties>
   <dependencies>
     <dependency>
       <groupId>com.sun.jersey</groupId>