Is the properties tag a maven 1 setting? M2 doesn't like it.

Any one else notice a bunch of the quick links disappeared from the
maven page? I hope they come back soon.

-----Original Message-----
From: Grant Ingersoll [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 18, 2005 4:05 PM
To: Maven Users List
Subject: Re: Struts tld dependancy

I use:
<dependency>
            <groupId>struts</groupId>
            <artifactId>struts-bean</artifactId>
            <version>1.2.7</version>
            <properties>
                <war.bundle>true</war.bundle>
            </properties>
            <type>tld</type>
        </dependency>
and the like w/o any problems.  Maven will download and use.  I don't
think the documentation is up to date for the types.

Brian E. Fox wrote:

>Hello,
>We noticed that the struts tld files are on ibiblio:
>http://www.ibiblio.org/pub/packages/maven2/struts/struts-bean/1.1/
>Is there a way to download these like a normal dependancy? I initially 
>thought setting the depend type to tld but the docs say only jar,ejb 
>and plugin are recognized.
> 
>TIA,
>Brian
>
>  
>

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



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

Reply via email to