On Tue, May 27, 2008 at 2:14 PM, Wendy Smoak <[EMAIL PROTECTED]> wrote:
> Should it be necessary to put the Microsoft framework dlls in a remote > repository, or is NMaven supposed to find them in (for example) > C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727 ? > > We need to be able to use the 'Add Maven Artifact' feature of the VS > Addin, and see the framework dlls so they can be added to the project. > Currently it looks like it's only going to display things from the > local and remote repositories. This is intentional because you can use the standard VS add artifacts form for adding of references from the GAC. > > > Any thoughts on what the groupId should be? I'm leaning towards > <groupId>Microsoft.Net.Framework</groupId> because they come from the > C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727 directory. The version > number is easy, at least. :) > > > -- > Wendy >
