On Tue, Dec 17, 2002 at 01:31:58PM +1000, Tim Stephenson wrote:
> I have a small problem that one of my dependencies is a war not a jar
> and it does not seem that the support for artifact type within
> dependencies is ready yet (I am using beta 7) 

Not sure if beta7 supports the <jar> tag in the dependency, but you can
explicitly state what jar to download (even if its a war I believe):

    <dependency>
      <id>something</id>
      <version>1.0</version>
      <jar>something.war</jar>
    </dependency>



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

Reply via email to