You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Herve Boutemy (JIRA)" <ji...@codehaus.org> on 2011/09/04 14:54:32 UTC

[jira] Updated: (MNG-2316) Add info to the poms for dependencies that implement an API or provide other dependencies

     [ https://jira.codehaus.org/browse/MNG-2316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Herve Boutemy updated MNG-2316:
-------------------------------

    Description: 
e.g.

geronimo implementation of javamail could say

{code:xml}<provides>
  <dependency>
    <groupId>javax.mail</groupId>
    <artifactId>mail</artifactId>
    <version>...</version>
  </dependency>
</provides>{code}

spring.jar pom could say

{code:xml}<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>{code}



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




> Add info to the poms for dependencies that implement an API or provide other dependencies
> -----------------------------------------------------------------------------------------
>
>                 Key: MNG-2316
>                 URL: https://jira.codehaus.org/browse/MNG-2316
>             Project: Maven 2 & 3
>          Issue Type: New Feature
>          Components: Dependencies
>    Affects Versions: 2.0.4
>            Reporter: Carlos Sanchez
>            Priority: Critical
>             Fix For: 3.1
>
>
> e.g.
> geronimo implementation of javamail could say
> {code:xml}<provides>
>   <dependency>
>     <groupId>javax.mail</groupId>
>     <artifactId>mail</artifactId>
>     <version>...</version>
>   </dependency>
> </provides>{code}
> spring.jar pom could say
> {code:xml}<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>{code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira