From 0cea4bd46a601860c4c141275ffce06114f66de7 Mon Sep 17 00:00:00 2001 From: Jonathan Schneider Date: Fri, 12 Aug 2022 15:38:33 +0000 Subject: [PATCH] GitBook: [#107] No subject --- .../configure-an-agent-with-maven-repository-access.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/how-to/on-premise-agent/maven-repository-integration/configure-an-agent-with-maven-repository-access.md b/how-to/on-premise-agent/maven-repository-integration/configure-an-agent-with-maven-repository-access.md index f389968b..a64edbdf 100644 --- a/how-to/on-premise-agent/maven-repository-integration/configure-an-agent-with-maven-repository-access.md +++ b/how-to/on-premise-agent/maven-repository-integration/configure-an-agent-with-maven-repository-access.md @@ -58,6 +58,7 @@ You can configure multiple Maven repositories by including multiple entries with * `MODERNE_AGENT_MAVEN_0_URL` - repository URL * `MODERNE_AGENT_MAVEN_0_USERNAME` - username used to resolve artifacts, if any * `MODERNE_AGENT_MAVEN_0_PASSWORD` - password used to resolve artifacts, if any +* `MODERNE_AGENT_MAVEN_0_LOCAL_REPOSITORY` - the path on disk where AST artifacts and Maven index files will be downloaded. AST artifacts are deleted on disk after being transmitted to Moderne. Index files remain and only incremental updates are downloaded from the remote artifact repository (to limit data transfer). Example @@ -77,6 +78,7 @@ You can configure multiple repositories by including multiple entries with diffe * `--moderne.agent.maven[0].url` - repository URL * `--moderne.agent.maven[0].username` - username used to resolve artifacts, if any * `--moderne.agent.maven[0].password` - password used to resolve artifacts, if any +* `--moderne.agent.maven[0].localRepository` - the path on disk where AST artifacts and Maven index files will be downloaded. AST artifacts are deleted on disk after being transmitted to Moderne. Index files remain and only incremental updates are downloaded from the remote artifact repository (to limit data transfer).