[
https://issues.apache.org/jira/browse/MNG-7473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17626014#comment-17626014
]
ASF GitHub Bot commented on MNG-7473:
-------------------------------------
gnodet commented on code in PR #859:
URL: https://github.com/apache/maven/pull/859#discussion_r1008650617
##########
maven-bom/pom.xml:
##########
@@ -0,0 +1,148 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
https://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-parent</artifactId>
+ <version>37</version>
+ <relativePath />
+ </parent>
+
+ <artifactId>maven-bom</artifactId>
+ <version>3.9.0-SNAPSHOT</version>
+ <packaging>pom</packaging>
+
+ <name>Maven Dependencies BOM</name>
+ <description>Bill Of Materials for Apache Maven dependencies</description>
+
<url>https://maven.apache.org/ref/${project.version}/${project.artifactId}</url>
+
+ <properties>
+ <maven.site.path>ref/3-LATEST/${project.artifactId}</maven.site.path>
+ </properties>
+
+ <scm>
+
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven.git</connection>
+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven.git</developerConnection>
+
<url>https://github.com/apache/maven/tree/${project.scm.tag}/${project.artifactId}</url>
+ </scm>
+ <issueManagement>
+ <system>jira</system>
+ <url>https://issues.apache.org/jira/browse/MNG</url>
+ </issueManagement>
+ <ciManagement>
+ <system>Jenkins</system>
+ <url>https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven/</url>
+ </ciManagement>
+ <distributionManagement>
+ <downloadUrl>https://maven.apache.org/download.html</downloadUrl>
+ <site>
+ <id>apache.website</id>
+
<url>scm:svn:https://svn.apache.org/repos/asf/maven/website/components/${maven.site.path}</url>
+ </site>
+ </distributionManagement>
+
+ <dependencyManagement>
+ <!
> Backport Maven BOM to Maven 3.9.x
> ---------------------------------
>
> Key: MNG-7473
> URL: https://issues.apache.org/jira/browse/MNG-7473
> Project: Maven
> Issue Type: Task
> Components: POM
> Reporter: Tamas Cservenak
> Assignee: Tamas Cservenak
> Priority: Major
> Fix For: 3.9.0-candidate
>
>
> It will ease lives of plugin developers a lot.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)