Do not publish aggregator pom.xmls
[aaa.git] / aaa-password-service / pom.xml
index 0cd6696d819d4ac15fcf8d5395bae3d942a987c7..892fa590c53cbf88bbac738ebc7226a04b6343a2 100644 (file)
@@ -1,29 +1,33 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-Copyright © 2018 Inocybe Technologies and others. All rights reserved.
-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 INTERNAL
+ Copyright © 2018 Inocybe Technologies and others. All rights reserved.
+ 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 INTERNAL
 -->
 <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>
+    <modelVersion>4.0.0</modelVersion>
 
-  <parent>
-    <groupId>org.opendaylight.odlparent</groupId>
-    <artifactId>odlparent-lite</artifactId>
-    <version>13.0.10</version>
-    <relativePath/>
-  </parent>
+    <parent>
+        <groupId>org.opendaylight.odlparent</groupId>
+        <artifactId>odlparent-lite</artifactId>
+        <version>13.0.10</version>
+        <relativePath/>
+    </parent>
 
-  <groupId>org.opendaylight.aaa</groupId>
-  <artifactId>aaa-password-service-aggregator</artifactId>
-  <version>0.19.1-SNAPSHOT</version>
-  <name>ODL :: aaa :: ${project.artifactId}</name>
-  <packaging>pom</packaging>
+    <groupId>org.opendaylight.aaa</groupId>
+    <artifactId>aaa-password-service-aggregator</artifactId>
+    <version>0.19.1-SNAPSHOT</version>
+    <name>ODL :: aaa :: ${project.artifactId}</name>
+    <packaging>pom</packaging>
 
-  <modules>
-    <module>api</module>
-    <module>impl</module>
-  </modules>
+    <properties>
+        <maven.deploy.skip>true</maven.deploy.skip>
+        <maven.install.skip>true</maven.install.skip>
+    </properties>
 
+    <modules>
+        <module>api</module>
+        <module>impl</module>
+    </modules>
 </project>