-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
3 changed files
with
73 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters