This is an automated email from the ASF dual-hosted git repository. stevel pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/hadoop-release-support.git
commit c29bbcb1464aa7c0945e586ee8bfed9acd424750 Author: Steve Loughran <ste...@cloudera.com> AuthorDate: Tue May 17 19:53:28 2022 +0100 cloudstore.build works --- build.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/build.xml b/build.xml index 76282c3..a23e424 100644 --- a/build.xml +++ b/build.xml @@ -95,6 +95,7 @@ spark.dir = ${spark.dir} spark.version=${spark.version} + cloudstore.dir=${cloudstore.dir} bigdata-interop.dir=${bigdata-interop.dir} hboss.dir=${hboss.dir} cloud-examples.dir=${cloud-examples.dir} @@ -362,4 +363,23 @@ </mvn> </target> + + <target name="cloudstore.build" if="cloudstore.dir" + depends="init" + description="Build the cloudstore artifacts"> + <echo> + Build the cloudstore module. + if this is done with java11, it shouldn't be released. + + </echo> + <mvn dir="${cloudstore.dir}"> + <arg value="-Psnapshots-and-staging"/> + <arg value="-Pextra"/> + <arg value="-Dhadoop.version=${hadoop.version}"/> + <arg value="clean"/> + <arg value="package"/> + + </mvn> + </target> + </project> --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org