This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit d38d6976d9d37b6667e65078e292d000dea173f9 Author: Benoit Tellier <[email protected]> AuthorDate: Mon May 31 18:05:15 2021 +0700 JAMES-3261 Fix typos in James memory JIB declarations --- server/container/guice/memory-guice/pom.xml | 2 +- server/container/guice/memory-guice/src/main/extensions-jars/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/container/guice/memory-guice/pom.xml b/server/container/guice/memory-guice/pom.xml index 85bfcdf..ed3c7a2 100644 --- a/server/container/guice/memory-guice/pom.xml +++ b/server/container/guice/memory-guice/pom.xml @@ -251,7 +251,7 @@ <artifactId>download-maven-plugin</artifactId> <executions> <execution> - <id>install-jbpm</id> + <id>install-glowroot</id> <goals> <goal>wget</goal> </goals> diff --git a/server/container/guice/memory-guice/src/main/extensions-jars/README.md b/server/container/guice/memory-guice/src/main/extensions-jars/README.md index 2cea759..dab5c40 100644 --- a/server/container/guice/memory-guice/src/main/extensions-jars/README.md +++ b/server/container/guice/memory-guice/src/main/extensions-jars/README.md @@ -2,4 +2,4 @@ The jar in this folder will be added to JAMES classpath when mounted under /root/extensions-jars inside the running container. -You can use it to add you customs Mailets/Matchers. +You can use it to add your custom Mailets/Matchers. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
