You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Alexander Gängel (Jira)" <ji...@apache.org> on 2020/07/20 21:05:00 UTC

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

Alexander Gängel created JXR-155:
------------------------------------

             Summary: Unknown packaging waring for type bundle
                 Key: JXR-155
                 URL: https://issues.apache.org/jira/browse/JXR-155
             Project: Maven JXR
          Issue Type: Bug
          Components: maven2 jxr plugin
    Affects Versions: 3.0.0
            Reporter: Alexander Gängel


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)