# 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. This repository contains Hadoop stack stack tests such as smokes, load, etc. Release Notes: at the moment release process is pretty awkward. The following needs to be taken into consideration 1) Preparation needs to have extra arguments passed along: % mvn release:prepare -Darguments="-DskipTests -DskipITs" 2) Because two different projects (with separate pom files) are kept in the same repository you need to run % mvn release:perform -Darguments="-DskipTests -DskipITs" and after it fails % cd target/checkout % mvn deploy -DperformRelease -DskipTests -DskipITs At this point release plugin has prepared everything and it can't just find proper pom.xml 3) Longevity isn't a module of smokes thus a manual changes of artifacts versions and amendment of git commits (initially done by release pluging in 1) above) is required. This will be fixes soon. (FIXME)