Skip to content

Commit

Permalink
Do not publish aggregator pom.xmls
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
rovarga committed Jan 28, 2024
1 parent 20144fb commit 76d45da
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 61 deletions.
44 changes: 24 additions & 20 deletions aaa-encrypt-service/pom.xml
Original file line number Diff line number Diff line change
@@ -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>
44 changes: 24 additions & 20 deletions aaa-password-service/pom.xml
Original file line number Diff line number Diff line change
@@ -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>
46 changes: 25 additions & 21 deletions web/pom.xml
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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>

0 comments on commit 76d45da

Please sign in to comment.