Daniel Burrell created MSITE-850:
------------------------------------

             Summary: 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


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)

Reply via email to