Michael Blow has submitted this change and it was merged. Change subject: [ASTERIXDB-1723] Remove asterix-installer temp pom ......................................................................
[ASTERIXDB-1723] Remove asterix-installer temp pom This is just to remove the dummy pom that was used before the main change was merged, to allow all of the tests to run. Now the jobs have been changed to not require it. Change-Id: Iaca791e965c095c23ccc5af0f95cba5adcbd9d1e Reviewed-on: https://asterix-gerrit.ics.uci.edu/2228 Sonar-Qube: Jenkins <[email protected]> Tested-by: Jenkins <[email protected]> Reviewed-by: Michael Blow <[email protected]> --- D asterixdb/asterix-installer/pom.xml M asterixdb/pom.xml 2 files changed, 0 insertions(+), 41 deletions(-) Approvals: Jenkins: Verified; No violations found Michael Blow: Looks good to me, approved diff --git a/asterixdb/asterix-installer/pom.xml b/asterixdb/asterix-installer/pom.xml deleted file mode 100644 index 893e0e9..0000000 --- a/asterixdb/asterix-installer/pom.xml +++ /dev/null @@ -1,40 +0,0 @@ -<!-- - ! Licensed to the Apache Software Foundation (ASF) under one - ! or more contributor license agreements. See the NOTICE file - ! distributed with this work for additional information - ! regarding copyright ownership. The ASF licenses this file - ! to you under the Apache License, Version 2.0 (the - ! "License"); you may not use this file except in compliance - ! with the License. You may obtain a copy of the License at - ! - ! http://www.apache.org/licenses/LICENSE-2.0 - ! - ! Unless required by applicable law or agreed to in writing, - ! software distributed under the License is distributed on an - ! "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - ! KIND, either express or implied. See the License for the - ! specific language governing permissions and limitations - ! under the License. - !--> -<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> - <artifactId>apache-asterixdb</artifactId> - <groupId>org.apache.asterix</groupId> - <version>0.9.3-SNAPSHOT</version> - </parent> - <artifactId>asterix-installer</artifactId> - <properties> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - </properties> - - <licenses> - <license> - <name>Apache License, Version 2.0</name> - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> - <distribution>repo</distribution> - <comments>A business-friendly OSS license</comments> - </license> - </licenses> - -</project> diff --git a/asterixdb/pom.xml b/asterixdb/pom.xml index 32a5d1b..234a766 100644 --- a/asterixdb/pom.xml +++ b/asterixdb/pom.xml @@ -710,7 +710,6 @@ <module>asterix-active</module> <module>asterix-client-helper</module> <module>asterix-license</module> - <module>asterix-installer</module> </modules> <dependencyManagement> -- To view, visit https://asterix-gerrit.ics.uci.edu/2228 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iaca791e965c095c23ccc5af0f95cba5adcbd9d1e Gerrit-PatchSet: 2 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Ian Maxon <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Michael Blow <[email protected]>
