This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-acr-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 265a99c Drop part about app-client packaging being added to Maven
265a99c is described below
commit 265a99c1e3c73ffe2bb44b2eaf87bbbf2f0228a0
Author: Piotrek Żygieło <[email protected]>
AuthorDate: Fri Nov 28 19:48:17 2025 +0100
Drop part about app-client packaging being added to Maven
---
src/site/fml/faq.fml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml
index 11554b7..45b6b46 100644
--- a/src/site/fml/faq.fml
+++ b/src/site/fml/faq.fml
@@ -62,8 +62,7 @@ for more information about controlling the exact format of
the generated class p
<faq id="extensions">
<question>Why the app-client packaging type is not recognized?</question>
<answer>
- <p>The app-client packaging type has been added as from Maven 3.0.4. If
you are running an older version of Maven,
- it does not know about that packaging type so you need to configure
your project accordingly as follows:
+ <p>Maven does not know about that packaging type so you need to
configure your project accordingly as follows:
<source><![CDATA[
<project>
...