Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: Future
-
Component/s: Core components
-
Labels:None
-
Number of attachments :
Description
Add support for .NET Assembly Manifest in all of its forms, single file assembly (usually linked into assembly .dll) and multi-file assembly (more important part of this improvement). See more at http://msdn2.microsoft.com/en-us/library/1w45z383(VS.80).aspx.
I find that all process of manifest generation could be automatic and also argument from life-cycles of a project via the developer inputs aka command line, POM, sources, profiles, etc.
This should enable NMaven to build up such assembly which has custom files beside such as xmls or picture files or others.
The large scaled project uses multi-file assembly often.