Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Critical
-
Resolution: Unresolved
-
Affects Version/s: 2.0.4
-
Fix Version/s: 3.2
-
Component/s: Dependencies
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
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>
Issue Links
- is related to
-
MNG-1258
Add option to redownload poms
-
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.