Merge "Gracefully stop HT threads when the bundle is being stopped (cache terminated...
[controller.git] / opendaylight / commons / concepts / pom.xml
index 9f3107d1a8fb666102a069b1daf625484d7e3ec2..ab351dbdc5936598e9dc5f17d5b93ff885fefb5c 100644 (file)
@@ -7,6 +7,11 @@
     <version>1.4.0-SNAPSHOT</version>\r
     <relativePath>../../commons/opendaylight</relativePath>\r
   </parent>\r
+  <scm>\r
+    <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>\r
+    <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>\r
+    <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url>\r
+  </scm>\r
 \r
   <artifactId>concepts</artifactId>\r
   <version>0.5.0-SNAPSHOT</version>\r
         <groupId>org.apache.maven.plugins</groupId>\r
         <artifactId>maven-checkstyle-plugin</artifactId>\r
         <version>${checkstyle.version}</version>\r
+        <dependencies>\r
+          <dependency>\r
+            <groupId>org.opendaylight.controller</groupId>\r
+            <artifactId>checkstyle</artifactId>\r
+            <version>0.0.1-SNAPSHOT</version>\r
+          </dependency>\r
+        </dependencies>\r
         <configuration>\r
           <failsOnError>true</failsOnError>\r
-          <configLocation>${project.parent.parent.basedir}/space_and_tabs_checks.xml</configLocation>\r
+          <configLocation>controller/space_and_tabs_checks.xml</configLocation>\r
         </configuration>\r
       </plugin>\r
     </plugins>\r