You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/01/02 13:49:39 UTC

[maven] 01/01: [MNG-7369] Maven BOM doesn't need to package as a JAR

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 dbfbecb60a28242d90c7914abf5e3ed6097e0c21
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Jan 2 14:49:29 2022 +0100

    [MNG-7369] Maven BOM doesn't need to package as a JAR
---
 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>