Uploaded image for project: 'Maven Site Plugin'
  1. Maven Site Plugin
  2. MSITE-850

DependencyManagement analysis throws "Unknown packaging" error

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Incomplete
    • 3.8.2
    • None
    • None

    Description

      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:

      <parent>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-parent</artifactId>
        <version>2.2.0.RELEASE</version>
      </parent>
      

      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?

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            danielburrell Daniel Burrell
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: