#!/bin/bash TARGET=$1 echo "copying pom.xml for $TARGET" cp pom.xml generated/$TARGET/pom.xml