Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
Currently, the developer needs to create a plugin in Java, create a .NET executable and then add an entry in the net-dependencies.xml file. NMaven should allow the developer to write the maven plugin in .NET and then have the NMaven framework automatically pick it up.
This feature is now implemented within the SI_XPT branch. The developer can specify fields (using attributes) into their .NET Abstract Mojo implementation and the framework will inject the values.