This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-testing.git


The following commit(s) were added to refs/heads/main by this push:
     new 0373c3b  runs mvn install for accumulo in terraform (#206)
0373c3b is described below

commit 0373c3b683ea774ce94a35d35430dbf7ce0720a8
Author: Keith Turner <ktur...@apache.org>
AuthorDate: Tue May 10 07:03:13 2022 -0400

    runs mvn install for accumulo in terraform (#206)
    
    Run mvn install when building accumulo so that the accumulo-testing will 
pick up the correct accumulo snapshot jars.
---
 .../modules/config-files/templates/install_sw.sh.tftpl                  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/contrib/terraform-testing-infrastructure/modules/config-files/templates/install_sw.sh.tftpl
 
b/contrib/terraform-testing-infrastructure/modules/config-files/templates/install_sw.sh.tftpl
index d8ceac7..411cf06 100644
--- 
a/contrib/terraform-testing-infrastructure/modules/config-files/templates/install_sw.sh.tftpl
+++ 
b/contrib/terraform-testing-infrastructure/modules/config-files/templates/install_sw.sh.tftpl
@@ -76,7 +76,7 @@ else
   git clone ${accumulo_repo} accumulo-repo
   cd accumulo-repo
   git checkout ${accumulo_branch_name}
-  ${software_root}/apache-maven/apache-maven-${maven_version}/bin/mvn -ntp 
clean package -DskipTests -DskipITs
+  ${software_root}/apache-maven/apache-maven-${maven_version}/bin/mvn -ntp 
clean install -PskipQA
   mkdir -p ${software_root}/accumulo
   tar zxf assemble/target/accumulo-${accumulo_version}-bin.tar.gz -C 
${software_root}/accumulo
 fi

Reply via email to