Have a look at the end of the wiki page. I guess this is what you are
looking for:
*OPTIONAL all-in-one dependency for JSF 1.2 projects*
<dependency>
<groupId>org.apache.myfaces.extensions.cdi</groupId>
<artifactId>myfaces-extcdi-dist-jsf12</artifactId>
<version>${codi.version}</version>
<scope>compile</scope>
</dependency>
or
*OPTIONAL all-in-one dependency for JSF 2.0 projects*
<dependency>
<groupId>org.apache.myfaces.extensions.cdi</groupId>
<artifactId>myfaces-extcdi-dist-jsf20</artifactId>
<version>${codi.version}</version>
<scope>compile</scope>
</dependency>
On 05/16/2011 06:31 PM, Gernot wrote:
At https://cwiki.apache.org/confluence/display/EXTCDI/Module+Overview
I found following statement:
"For some JEE6 application servers it's suggested to use the
all-in-one dist package instead of the fine grained modules (due to
server related issues)."
I cannot find the "all-in-one dist package" at the download page nor
in any of the downloaded zip and tar.gz
Where can I find it?