This is an automated email from the ASF dual-hosted git repository.
grobmeier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-parent.git
The following commit(s) were added to refs/heads/main by this push:
new bd22951 added note on .mvn/jvm.config
bd22951 is described below
commit bd2295143a5a8f3454b056348a7a89b12d0c7ae7
Author: Christian Grobmeier <[email protected]>
AuthorDate: Wed Dec 20 19:15:30 2023 +0100
added note on .mvn/jvm.config
---
src/site/_usage.adoc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/site/_usage.adoc b/src/site/_usage.adoc
index 89a779f..6e272e6 100644
--- a/src/site/_usage.adoc
+++ b/src/site/_usage.adoc
@@ -23,7 +23,8 @@ include::_constants.adoc[]
You can use {project-name} as follows:
. Add `org.apache.logging:logging-parent:{project-version}` as a `parent` to
your `pom.xml`
-.. Check if `./mvnw verify` succeeds, otherwise make necessary changes
+. You may need to add `.mvn/jvm.config` to your project. See
https://github.com/apache/logging-log4j2/blob/2.x/.mvn/jvm.config[this] as an
example.
+. Check if `./mvnw verify` succeeds, otherwise make necessary changes
. Copy and adapt the support files (`.gitignore`,
`.github/workflows/build.yaml`, etc.)
. Check out your website:
+