diff --git a/README.md b/README.md index f3f708ea..28075004 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,10 @@ The project primarily focuses on supporting Maven-based repository structures, e - **Maven**: Version 3.3.9 or newer. - **Gradle**: Version 3 or newer. -## Maven 4 Feature: -- Add the following to your ~/.m2/maven.properties in order to run tests from -within your project's submodules: `maven.consumer.pom=true` or add `-Dmaven.consumer.pom=true` to your Maven package command line. +## Maven 4 Notes: +- You must create or add the following to your ~/.m2/maven-user.properties in order to run tests properly, and enable +running tests from within your project's submodules: `maven.consumer.pom.flatten=true` or add `-Dmaven.consumer.pom.flatten=true` +to your Maven `verify` command line. ## Adding ShrinkWrap Resolvers to Your Project @@ -392,4 +393,4 @@ ShrinkWrap.create(EmbeddedGradleImporter.class) ### Issues and Improvements -If you encounter any issues or have suggestions for improving ShrinkWrap Resolver, please report them on our issue tracker at [SHRINKRES](https://issues.redhat.com/projects/SHRINKRES/issues) project. \ No newline at end of file +If you encounter any issues or have suggestions for improving ShrinkWrap Resolver, please report them on our issue tracker at [SHRINKRES](https://issues.redhat.com/projects/SHRINKRES/issues) project.