Do not publish aggregator pom.xmls 53/110053/1
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 28 Jan 2024 01:52:04 +0000 (02:52 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 28 Jan 2024 01:52:04 +0000 (02:52 +0100)
We have three aggregators which are being installed and deployed -- and
they should not be. Hide them and reformat them to 4 spaces.

Change-Id: I41be501d4954c2728a0f66d97bc44d539fd3013b
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
aaa-encrypt-service/pom.xml
aaa-password-service/pom.xml
web/pom.xml

index d0e0c0799dff031e272037afddd3f5ddb11dd29e..c6eee93eccf9d9c402adc6925031a56b59217b9c 100644 (file)
@@ -1,28 +1,32 @@
 <?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>
-  <parent>
-    <groupId>org.opendaylight.odlparent</groupId>
-    <artifactId>odlparent-lite</artifactId>
-    <version>13.0.10</version>
-    <relativePath/>
-  </parent>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.opendaylight.odlparent</groupId>
+        <artifactId>odlparent-lite</artifactId>
+        <version>13.0.10</version>
+        <relativePath/>
+    </parent>
 
-  <groupId>org.opendaylight.aaa</groupId>
-  <artifactId>aaa-encryption-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-encryption-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>
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>
index a08df3cb266226645c67a7b77daccf0e6e4a46e7..2565e8e38547e7f28fdcfebf6477534d649b7713 100644 (file)
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- vi: set et smarttab sw=2 tabstop=2: -->
 <!--
  Copyright © 2018 Red Hat, Inc. and others. All rights reserved.
 
@@ -8,27 +7,32 @@
  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>
+    <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.web</groupId>
-  <artifactId>web-aggregator</artifactId>
-  <version>0.19.1-SNAPSHOT</version>
-  <packaging>pom</packaging>
-  <name>ODL :: aaa :: ${project.artifactId}</name>
+    <groupId>org.opendaylight.aaa.web</groupId>
+    <artifactId>web-aggregator</artifactId>
+    <version>0.19.1-SNAPSHOT</version>
+    <packaging>pom</packaging>
+    <name>ODL :: aaa :: ${project.artifactId}</name>
 
-  <modules>
-    <module>api</module>
-    <module>impl-osgi</module>
-    <module>impl-jetty</module>
-    <module>servlet-api</module>
-    <module>servlet-jersey2</module>
-    <module>testutils</module>
-  </modules>
+    <properties>
+        <maven.deploy.skip>true</maven.deploy.skip>
+        <maven.install.skip>true</maven.install.skip>
+    </properties>
+
+    <modules>
+        <module>api</module>
+        <module>impl-osgi</module>
+        <module>impl-jetty</module>
+        <module>servlet-api</module>
+        <module>servlet-jersey2</module>
+        <module>testutils</module>
+    </modules>
 </project>