Currently, we use the artifact file name as the group id and artifact id. So
to reference from the gac, is just:
<dependency>
<groupId>WindowsBase</groupId>
<artifactId>WindowsBase</artifactId>
<version>3.0.0.0__31bf3856ad364e35</version>
<type>gac_msil</type>
</dependency>
On 6/18/07, Deacon, Brian <[EMAIL PROTECTED]> wrote:
So I need to add a dependency to:
Microsoft\Framework\v3.0\WindowsBase.dll
I figure I'm not the first person to do this and someday folks will
standardize on a groupId and artifactId for this stuff. (Likely a lot
of licensing issues around ever getting that stuff up on a public
repository, but standard names would be good anyway...)
So I'm thinking...
~/.m2/repository/Microsoft/WindowsBase/3.0.6920.0/WindowsBase.dll
Somebody have a more (n)maveny suggestion?
Brian