This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new 10ae8eb0b9b Handle -Pfastinstall as an alias of -Dquickly 10ae8eb0b9b is described below commit 10ae8eb0b9b0bc611982fbe6418c4b48a0c7a335 Author: Peter Palaga <ppal...@redhat.com> AuthorDate: Fri Jun 23 16:45:29 2023 +0200 Handle -Pfastinstall as an alias of -Dquickly --- .mvn/extensions.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml index 35ac6906bd1..1a9d5305efe 100644 --- a/.mvn/extensions.xml +++ b/.mvn/extensions.xml @@ -1,3 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <extensions> + <extension> + <groupId>org.l2x6.cq</groupId> + <artifactId>cq-alias-fastinstall-quickly-extension</artifactId> + <version>4.4.0</version> + </extension> </extensions>