Karaf 4: make odl-akka-leveldb-0.7 use the Guava feature
[odlparent.git] / checkstyle / pom.xml
index 145231b4adaa54f9a14dd4108a0403add1af1b79..416c7c8fd3ab0f4d8158ce6874727a47dd391475 100644 (file)
@@ -3,12 +3,51 @@
 
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
-    <artifactId>odlparent</artifactId>
-    <version>1.5.0-SNAPSHOT</version>
-    <relativePath>../odlparent</relativePath>
+    <artifactId>odlparent-lite</artifactId>
+    <version>1.8.0-SNAPSHOT</version>
+    <relativePath>../odlparent-lite</relativePath>
   </parent>
 
   <artifactId>checkstyle</artifactId>
-  <version>0.0.1-SNAPSHOT</version>
-</project>
+  <version>0.3.0-SNAPSHOT</version>
+  <name>ODL :: odlparent :: ${project.artifactId}</name>
+
+  <!--
+    Maven Site Configuration
+
+    The following configuration is necessary for maven-site-plugin to
+    correctly identify the correct deployment path for OpenDaylight Maven
+    sites.
+  -->
+  <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
 
+  <distributionManagement>
+    <site>
+      <id>opendaylight-site</id>
+      <url>${nexus.site.url}/${project.artifactId}/</url>
+    </site>
+  </distributionManagement>
+
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <version>3.6.1</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-jar-plugin</artifactId>
+          <version>3.0.2</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-resources-plugin</artifactId>
+          <version>3.0.1</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <version>2.19.1</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+</project>