We use it like this:

                <dependency>
                        <groupId>org.apache.myfaces.core</groupId>
                        <artifactId>myfaces-api</artifactId>
                        <version>1.1.3-SNAPSHOT</version>
                        <scope>compile</scope>
                </dependency>

                <dependency>
                        <groupId>org.apache.myfaces.core</groupId>
                        <artifactId>myfaces-impl</artifactId>
                        <version>1.1.3-SNAPSHOT</version>
                        <scope>compile</scope>
                </dependency>

            <dependency>
                <groupId>org.apache.myfaces.tomahawk</groupId>
                <artifactId>tomahawk</artifactId>
                <version>1.1.2-SNAPSHOT</version>
                <scope>runtime</scope>
            </dependency>

            <dependency>
                <groupId>org.apache.myfaces.tomahawk</groupId>
                <artifactId>tomahawk-sandbox</artifactId>
                <version>1.1.2-SNAPSHOT</version>
                <scope>runtime</scope>
            </dependency>


The versions you choose to use may differ, but all of the recent
versions use the longer groupIds


Shekhar Yadav wrote:
> So basically I am new to using MyFaces. We use maven for our build
> system. So I wanted to know how to included myfaces dependency in the
> project.
> 
> But I found later that I can do 
> 
> <dependency>
> <groupId>myfaces</groupId>
> <artifactId>myfaces-all</artifactId>
> <scope>compile</scope>
> </dependency>
> 
> Is this right?
> 
> Thanks,
> Shekhar
> 
> -----Original Message-----
> From: Dennis Byrne [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, March 29, 2006 11:09 PM
> To: MyFaces Discussion
> Subject: Re: How to use Myfaces with Maven pom.xml file, thanks </eom>
> 
>> I am running to get my tea.
>>
> 
> Uhm, usually we use this list to talk about JSF ;)
> 
> Dennis Byrne
> 


-- 
Dave Brondsema
Software Developer
Cornerstone University

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to