Hi,
I'm trying to use maven to handle artifacts for other build systems, like
make.
How can I tell maven to download e.g. a .dll dependency? I tried with
<dependency>
<id>test</id>
<artifactType>dll</artifactType>
<version>1.2b3-dev</version>
</dependency>
but still, there is nothing under repository/test/dll/test-1.2b3-dev.dll.
Any hints?
Thanks
/peter
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]