On Wed, 2003-02-19 at 19:42, an unknown sender wrote: > 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>
<type> not <artifactType> > 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] -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org In short, man creates for himself a new religion of a rational and technical order to justify his work and to be justified in it. -- Jacques Ellul, The Technological Society --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
