[ http://jira.codehaus.org/browse/MNG-2316?page=comments#action_68091 ] 

Tom Huybrechts commented on MNG-2316:
-------------------------------------

This would also be useful when building OSGi bundles, which are wired to each 
other using Export-Package and Import-Package headers in the manifest.

> Add info to the poms for dependencies that implement an API or provide other 
> dependencies
> -----------------------------------------------------------------------------------------
>
>          Key: MNG-2316
>          URL: http://jira.codehaus.org/browse/MNG-2316
>      Project: Maven 2
>         Type: New Feature

>   Components: Dependencies
>     Versions: 2.0.4
>     Reporter: Carlos Sanchez
>     Priority: Critical
>      Fix For: 2.1

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

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to