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 Jan Stevens Ancajas <ja...@exist.com> on 2008/06/02 12:28:25 UTC

Add maven artifact feature in 0.14

Hi,

Anybody tried the Add maven artifact feature in 0.14 ? Is there any
directory format/naming to be followed when a dll artifact is deployed in
remote repository or does it follow the convention of maven ?

I have this dll in my repo:
<baseurl>/repository/maven2/Castle/Castle.Core/2.0-rc2/Castle.Core-2.0-rc2.dll

but the generated dependency info in my pom is :
    <dependency>
      <groupId>...Castle...Castle.Core..</groupId>
      <artifactId>2.0-rc2</artifactId>
      <version>.</version>
      <type>library</type>
    </dependency>



-Jan