This is an automated email from the ASF dual-hosted git repository. kwin pushed a commit to branch clarify-pom-extension in repository https://gitbox.apache.org/repos/asf/maven.git
commit 5b2e4114fb70ae2f5ee73b6d9056ef1dbd9d610b Author: Konrad Windszus <[email protected]> AuthorDate: Fri Apr 5 10:10:18 2024 +0200 Update artifact-handlers.apt Clarify that the extension used outside repositories for pom files usually differs --- maven-core/src/site/apt/artifact-handlers.apt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maven-core/src/site/apt/artifact-handlers.apt b/maven-core/src/site/apt/artifact-handlers.apt index 5e3be0430b..e6fce66161 100644 --- a/maven-core/src/site/apt/artifact-handlers.apt +++ b/maven-core/src/site/apt/artifact-handlers.apt @@ -35,7 +35,7 @@ Default Artifact Handlers Reference *--------------------+---------------+------------+------------+-----------+---------------------+-----------------------+ || type || classifier || extension || packaging || language || added to classpath || includesDependencies || *--------------------+---------------+------------+------------+-----------+---------------------+-----------------------+ -| <<<pom>>> | | <= type> | <= type> | none | | | +| <<<pom>>> | | <= type>, Note: this differs for POM files outside the repository which usually use <<<xml>>> as filesystem extension. | <= type> | none | | | *--------------------+---------------+------------+------------+-----------+---------------------+-----------------------+ | <<<jar>>> | | <= type> | <= type> | java | <<<true>>> | | *--------------------+---------------+------------+------------+-----------+---------------------+-----------------------+
