On 1/7/06, Sean Schofield <[EMAIL PROTECTED]> wrote: > Quick question: > > Do we have to name it: myfaces/core/trunk/myfaces-api/pom.xml in order > for the module to be called myfaces-api? I would prefer just api ...
The <module> needs to match the directory name, but the <artifactId> can be something different. /struts/current/action/pom.xml has: <artifactId>struts-action</artifactId> -- Wendy
