Details
-
Type:
Wish
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-alpha-1
-
Fix Version/s: 2.0-alpha-3
-
Component/s: None
-
Labels:None
Description
When you install a module in the local repo the pom.xml file is copied (it's also included in jars). That's very good. However if my project is a module (i.e it depends on some parent(s)), the pom.xml that is dumped only contains partial information (it does not contain inherited information).
Thus it can be used standalone and does not offer all the information there is about the module.
As the pom is fully constructed in memory, it would be nice to dump it from memory instead of copying the pom.xml file.
Just for reference:
MAVEN-1390MPPOM-4
MAVEN-1390MPPOM-4