From 2070652465c53497f56393a602ed971e59d37407 Mon Sep 17 00:00:00 2001 From: Ryan Ashcraft Date: Thu, 24 Aug 2023 09:39:01 -0400 Subject: [PATCH] #38 :bug: fix missing build directory and update documentation to reflect this change --- README.md | 14 +++++++++++--- habushu-mixology-consumer/pom.xml | 1 + habushu-mixology/pom.xml | 1 + 3 files changed, 13 insertions(+), 3 deletions(-) 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