diff --git a/README.md b/README.md
index 24a59c2..1179c69 100644
--- a/README.md
+++ b/README.md
@@ -164,9 +164,17 @@ For example, developers may use this feature to bind a Habushu module's `compile
Habushu enables support for faster builds via
the [Maven Build Cache](https://maven.apache.org/extensions/maven-build-cache-extension/) (only available in Maven
-3.9+). This functionality
-is enabled through two mechanisms: the Maven Reactor and Maven Build Cache Configuration. Both require manual action
-to enable.
+3.9+). This functionality is enabled through three mechanisms: Maven build directory customization, the Maven Reactor,
+and Maven Build Cache Configuration. All require manual action to enable.
+
+#### Maven Build Directory Customization ####
+Update Maven's build configuration to point to the `dist` directory for output in the pom file for each Habushu module:
+```xml
+
+ dist
+ ...
+
+```
#### Maven Reactor Configuration ####
diff --git a/habushu-mixology-consumer/pom.xml b/habushu-mixology-consumer/pom.xml
index c38b964..6644d4c 100644
--- a/habushu-mixology-consumer/pom.xml
+++ b/habushu-mixology-consumer/pom.xml
@@ -14,6 +14,7 @@
habushu
+ dist
org.technologybrewery.habushu
diff --git a/habushu-mixology/pom.xml b/habushu-mixology/pom.xml
index 6511cf6..889ecec 100644
--- a/habushu-mixology/pom.xml
+++ b/habushu-mixology/pom.xml
@@ -15,6 +15,7 @@
habushu
+ dist