On 1/7/06, Sean Schofield <[EMAIL PROTECTED]> wrote: > Bernd, > > It seems like Wendy says we can call the directory/module api and the > artifact myfaces-api. What is wrong with that? That is better IMO.
The <module> is file-system path based, so with <module>../whatever</module> there must really be a parallel "whatever" directory. But <artifactId> doesn't necessarily have to match the directory name. This probably deviates from Maven's Official Rules though. :) You're already (or were) doing something similar with the examples-- the directory name is "blank" but the <artifactId> is myfaces-example-blank. -- Wendy
