You are viewing a plain text version of this content. The canonical link for it is here.
Posted to nmaven-dev@incubator.apache.org by "Deacon, Brian" <Br...@intuit.com> on 2007/06/18 22:10:15 UTC

Suggestion for coordinate for WindowsBase.dll?

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

Re: Suggestion for coordinate for WindowsBase.dll?

Posted by Shane Isbell <sh...@gmail.com>.
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 <Br...@intuit.com> 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
>