Do not leak tooling into MANIFEST.MF
[odlparent.git] / karaf / pom.xml
index e4d8323302e7936bc2766c9e76634167e1c13ecb..74ebdaa2cde3b756ad6a764db9c979de76e9939a 100644 (file)
@@ -6,23 +6,36 @@ This program and the accompanying materials are made available under the
 terms of the Eclipse Public License v1.0 which accompanies this distribution,
 and is available at http://www.eclipse.org/legal/epl-v10.html
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-  <modelVersion>4.0.0</modelVersion>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+    <modelVersion>4.0.0</modelVersion>
 
-  <parent>
-    <groupId>org.opendaylight.odlparent</groupId>
-    <artifactId>aggregator-parent</artifactId>
-    <version>3.0.1-SNAPSHOT</version>
-    <relativePath>../aggregator-parent</relativePath>
-  </parent>
-  <artifactId>karaf-aggregator</artifactId>
-  <packaging>pom</packaging>
-  <name>ODL :: odlparent :: ${project.artifactId}</name>
-  <modules>
-    <module>karaf-branding</module>
-    <module>karaf4-parent</module>
-    <module>opendaylight-karaf-resources</module>
-    <module>opendaylight-karaf-empty</module>
-    <module>test-distribution</module>
-  </modules>
+    <parent>
+        <groupId>org.opendaylight.odlparent</groupId>
+        <artifactId>odlparent-lite</artifactId>
+        <version>14.0.0-SNAPSHOT</version>
+        <relativePath>../odlparent-lite</relativePath>
+    </parent>
+    <artifactId>karaf-aggregator</artifactId>
+    <packaging>pom</packaging>
+    <name>ODL :: odlparent :: ${project.artifactId}</name>
+
+    <properties>
+        <maven.deploy.skip>true</maven.deploy.skip>
+        <maven.install.skip>true</maven.install.skip>
+    </properties>
+
+    <modules>
+        <module>bcpkix-framework-ext</module>
+        <module>bcprov-framework-ext</module>
+        <module>bcutil-framework-ext</module>
+        <module>bundles-diag</module>
+        <module>karaf-branding</module>
+        <module>karaf-dist-static</module>
+        <module>karaf4-parent</module>
+        <module>opendaylight-karaf-resources</module>
+        <module>opendaylight-karaf-empty</module>
+        <module>test-distribution</module>
+        <module>test-static</module>
+    </modules>
 </project>