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

Elliotte Rusty Harold updated MNG-5867:
---------------------------------------
    Priority: Minor  (was: Critical)

> CLONE - Add info to the poms for dependencies that implement an API or 
> provide other dependencies
> -------------------------------------------------------------------------------------------------
>
>                 Key: MNG-5867
>                 URL: https://issues.apache.org/jira/browse/MNG-5867
>             Project: Maven
>          Issue Type: New Feature
>          Components: Dependencies
>            Reporter: Benjamin Chylla
>            Priority: Minor
>             Fix For: Issues to be reviewed for 4.x
>
>
> 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 was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to