You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (Jira)" <ji...@apache.org> on 2021/09/12 16:09:00 UTC

[jira] [Updated] (MSITE-850) DependencyManagement analysis throws "Unknown packaging" error

     [ https://issues.apache.org/jira/browse/MSITE-850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Osipov updated MSITE-850:
---------------------------------
    Fix Version/s: waiting-for-feedback

> DependencyManagement analysis throws "Unknown packaging" error
> --------------------------------------------------------------
>
>                 Key: MSITE-850
>                 URL: https://issues.apache.org/jira/browse/MSITE-850
>             Project: Maven Site Plugin
>          Issue Type: Bug
>    Affects Versions: 3.8.2
>            Reporter: Daniel Burrell
>            Priority: Minor
>              Labels: intern
>             Fix For: waiting-for-feedback
>
>
> When running mvn site under a project that inherits the spring starter bom (see below), there are a number of unusual packagings (relating to klib for kotlin, bundle for osgi), the goal does eventually complete but the logs are filled top to bottom with stacktraces making it very difficult  to find genuine errors.
> Create a maven project with this parent:
> {code:java}
> <parent>
>   <groupId>org.springframework.boot</groupId>
>   <artifactId>spring-boot-starter-parent</artifactId>
>   <version>2.2.0.RELEASE</version>
> </parent>
> {code}
> Run mvn site.
> If this isn't a bug with maven site, then please advise what can be done (either in my project, or in the upstream projects) to fix this?
>  



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