This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch MNG-7369 in repository https://gitbox.apache.org/repos/asf/maven.git
commit 706d9319f14b507f3c3deeba4eeda1a51a531c9b Author: Michael Osipov <[email protected]> AuthorDate: Sun Jan 2 14:49:29 2022 +0100 [MNG-7369] Maven BOM doesn't need to package as a JAR This closes #647 --- maven-bom/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/maven-bom/pom.xml b/maven-bom/pom.xml index 6d53cd8..eab13b4 100644 --- a/maven-bom/pom.xml +++ b/maven-bom/pom.xml @@ -30,6 +30,7 @@ under the License. <artifactId>maven-bom</artifactId> <version>4.0.0-alpha-1-SNAPSHOT</version> + <packaging>pom</packaging> <name>Maven Dependencies BOM</name> <description>Bill Of Materials for Apache Maven dependencies</description>
