hi gernot, we are using the maven-shade plugin for bundling the optional all-in-one dist package. >currently< there is a bug in shade and so we can't create an all-in-one javadoc package.
regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2011/5/16 Gernot <[email protected]> > Thanks - now I've found it, but the javadoc file > (myfaces-extcdi-dist-jsf20-0.9.5-javadoc.jar) only contains META-INF > directory - no javadoc htmls > > 2011/5/16 Robert Maier <[email protected]>: > > 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? > > > > >

