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

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

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Critical
    • Resolution: Won't Do
    • 2.0.4
    • None
    • Dependencies
    • None

    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
              carlos Carlos Sanchez Gonzalez
              Votes:
              12 Vote for this issue
              Watchers:
              9 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: