Skip to content

Commit 788b4fe

Browse files
committed
docs(README): added maven 4 configuration note
1 parent 1c9d635 commit 788b4fe

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ The project primarily focuses on supporting Maven-based repository structures, e
1919
- **Maven**: Version 3.3.9 or newer.
2020
- **Gradle**: Version 3 or newer.
2121

22-
## Maven 4 Feature:
23-
- Add the following to your ~/.m2/maven.properties in order to run tests from
24-
within your project's submodules: `maven.consumer.pom=true` or add `-Dmaven.consumer.pom=true` to your Maven package command line.
22+
## Maven 4 Notes:
23+
- You must create or add the following to your ~/.m2/maven-user.properties in order to run tests properly, and enable
24+
running tests from within your project's submodules: `maven.consumer.pom.flatten=true` or add `-Dmaven.consumer.pom.flatten=true`
25+
to your Maven `verify` command line.
2526

2627
## Adding ShrinkWrap Resolvers to Your Project
2728

@@ -392,4 +393,4 @@ ShrinkWrap.create(EmbeddedGradleImporter.class)
392393

393394
### Issues and Improvements
394395

395-
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.
396+
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.

0 commit comments

Comments
 (0)