users@woodstock.java.net

Re: Woodstock and Maven2

From: Stefan Bley <stefan.bley_at_saxsys.de>
Date: Thu, 23 Oct 2008 00:04:29 -0700 (PDT)

Hi,

I'm not quite sure what you mean, but if you want to include locale-specific
woodstock libs with maven you can use the 'classifier' tag.

<dependency>
      <groupId>com.sun.woodstock</groupId>
      <artifactId>webui-jsf</artifactId>
      <version>4.3-SNAPSHOT</version>
</dependency>
<dependency>
      <groupId>com.sun.woodstock</groupId>
      <artifactId>webui-jsf</artifactId>
      <version>4.3-SNAPSHOT</version>
      <classifier>l10n_es</classifier>
</dependency>

Stevy


jangelrp wrote:
>
> My problem is how include L10N jars in my target/webapp/WEB-INF/lib
> example:
>
> webui-jsf-4.3-20080415.122056-1-l10n_es.jar
>

-- 
View this message in context: http://www.nabble.com/Woodstock-and-Maven2-tp20117787p20125436.html
Sent from the Project Woodstock - Users mailing list archive at Nabble.com.