On 10/14/06, Naresh Bhatia <[EMAIL PROTECTED]> wrote:
Wendy,

Quick question. It seems that the dependency-maven-plugin does not
recognize the .zip extension. I had to change the extension to .jar to
make the plugin work. Is my understanding correct?

You can use the <type> element to tell the dependency plugin what to look for.

Take a look at this old revision of one of my wiki pages, when I was
still installing the Selenium distribution .zip file in my local
repository:

http://wiki.wsmoak.net/cgi-bin/wiki.pl?action=browse&id=Maven/Selenium&revision=5

<artifactItem>
  <groupId>org.openqa</groupId>
  <artifactId>selenium-core</artifactId>
  <version>0.7.0</version>
  <type>zip</type>           <-------
</artifactItem>

HTH,
--
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to