Uploaded image for project: 'Maven'
  1. Maven
  2. MNG-5867

CLONE - Add info to the poms for dependencies that implement an API or provide other dependencies

    XMLWordPrintableJSON

Details

    Description

      e.g.

      geronimo implementation of javamail could say

      <provides>
        <dependency>
          <groupId>javax.mail</groupId>
          <artifactId>mail</artifactId>
          <version>...</version>
        </dependency>
      </provides>

      spring.jar pom could say

      <provides>
        <dependency>
          <groupId>org.springframework</groupId>
          <artifactId>spring-webmvc</artifactId>
          <version>...</version>
        </dependency>
        <dependency>
          <groupId>org.springframework</groupId>
          <artifactId>spring-context</artifactId>
          <version>...</version>
        </dependency>
        ...
      </provides>

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              brchylla Benjamin Chylla
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: