You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by kt...@apache.org on 2023/06/16 15:24:35 UTC

[accumulo-testing] branch main updated: updates terraform accumulo testing build instructions (#262)

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

kturner 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 b51db31  updates terraform accumulo testing build instructions (#262)
b51db31 is described below

commit b51db31e86508da5c2faa069e0ab8179477d5764
Author: Keith Turner <kt...@apache.org>
AuthorDate: Fri Jun 16 11:24:31 2023 -0400

    updates terraform accumulo testing build instructions (#262)
---
 contrib/terraform-testing-infrastructure/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/terraform-testing-infrastructure/README.md b/contrib/terraform-testing-infrastructure/README.md
index 44b0146..8257f34 100644
--- a/contrib/terraform-testing-infrastructure/README.md
+++ b/contrib/terraform-testing-infrastructure/README.md
@@ -382,7 +382,7 @@ mvn clean
 ./bin/build
 ```
 
-Accumulo testing builds a shaded jar.  The build script above determines the versions of ZK and Accumulo on your system and places those in the shaded jar.  The build script will not rebuild the shaded jar, so mvn clean must be run before build. If using an unreleased version Accumulo you must ensure its jars are in the local maven repo before rebuilding Accumulo testing.
+Accumulo Testing builds a shaded jar.  The build script above determines the versions of ZK and Accumulo on your system and places those in the shaded jar.  The build script will not rebuild the shaded jar, so mvn clean must be run before build. If using an unreleased version of Accumulo you must ensure its jars are in the local maven repo before rebuilding Accumulo Testing.
 
 ## Deployment Overview