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).