This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-site.git
The following commit(s) were added to refs/heads/master by this push: new 4b392532 Remove ejb3, par packaging from documentation 4b392532 is described below commit 4b39253243b5eb70276757edfa300ea35455c745 Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Wed Apr 16 07:21:07 2025 +0200 Remove ejb3, par packaging from documentation Such packaging and artifact handlers was removed about in Maven 3.5.0 so we cen drop also from examples --- content/apt/guides/introduction/introduction-to-the-lifecycle.apt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/apt/guides/introduction/introduction-to-the-lifecycle.apt b/content/apt/guides/introduction/introduction-to-the-lifecycle.apt index 333b7840..93441420 100644 --- a/content/apt/guides/introduction/introduction-to-the-lifecycle.apt +++ b/content/apt/guides/introduction/introduction-to-the-lifecycle.apt @@ -370,7 +370,7 @@ mvn clean dependency:copy-dependencies package | <<<clean>>> | <<<clean:clean>>> *-------------------------------+--------------------------------------------------------------------------------------+ -** Default Lifecycle Bindings - Packaging <<<ejb>>> / <<<ejb3>>> / <<<jar>>> / <<<par>>> / <<<rar>>> / <<<war>>> +** Default Lifecycle Bindings - Packaging <<<ejb>>> / <<<jar>>> / <<<rar>>> / <<<war>>> *-------------------------------+--------------------------------------------------------------------------------------+ || Phase || plugin:goal @@ -385,7 +385,7 @@ mvn clean dependency:copy-dependencies package *-------------------------------+--------------------------------------------------------------------------------------+ | <<<test>>> | <<<surefire:test>>> *-------------------------------+--------------------------------------------------------------------------------------+ -| <<<package>>> | <<<ejb:ejb>>> <or> <<<ejb3:ejb3>>> <or> <<<jar:jar>>> <or> <<<par:par>>> <or> <<<rar:rar>>> <or> <<<war:war>>> +| <<<package>>> | <<<ejb:ejb>>> <or> <<<jar:jar>>> <or> <<<rar:rar>>> <or> <<<war:war>>> *-------------------------------+--------------------------------------------------------------------------------------+ | <<<install>>> | <<<install:install>>> *-------------------------------+--------------------------------------------------------------------------------------+