You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Sylwester Lachiewicz (Jira)" <ji...@apache.org> on 2021/02/04 22:22:00 UTC

[jira] [Commented] (JXR-155) Unknown packaging waring for type bundle

    [ https://issues.apache.org/jira/browse/JXR-155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17279211#comment-17279211 ] 

Sylwester Lachiewicz commented on JXR-155:
------------------------------------------

It's related to Maven Project Info Reports Plugin - please update to the latest (3.1.1) version. 

> Unknown packaging waring for type bundle
> ----------------------------------------
>
>                 Key: JXR-155
>                 URL: https://issues.apache.org/jira/browse/JXR-155
>             Project: Maven JXR
>          Issue Type: Bug
>    Affects Versions: 3.0.0
>            Reporter: Alexander Gängel
>            Priority: Major
>
> I have a project importing jackson-bom
> <dependency>
>  <groupId>com.fasterxml.jackson</groupId>
>  <artifactId>jackson-bom</artifactId>
>  <version>2.11.1</version>
>  <type>pom</type>
>  <scope>import</scope>
>  </dependency>
> this leads warnings when generation a maven site
> [WARNING] Unable to create Maven project for com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.11.1 from repository.
> org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
> [ERROR] Unknown packaging: bundle @ line 6, column 16
> Is it possible to add the type bundle or configure the plugin to allow this type
> Regards
> Alex
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)