> -----Original Message----- > From: ECCLES, Stuart [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 20, 2004 1:11 PM > To: 'Maven Users List'; [EMAIL PROTECTED] > Subject: RE: 1 Project, Multiple Atrifacts > > > The one project-one artifact pardigm really restricts maven. > > For example my most common production of multiple artifact is > a project > producing both an ejb jar and a Jboss wsr. This can only be > done in one > project because the wsr config and ejb is produced by Xdoclet > from the same > source files. >
It is not true that it can be done only in one project. Simply two projects can share the same sources. Project in maven world is not something very heavy it's just a directory with xml file and probably properties files. A B project.xml ( <sourceDirectory>../A/src/main/java</sourceDirectory>) This works fine at the moment but such pattern might be in future a problem for ci systems (no direct dependecy on A is declared, the path is hardcoded). This is probably something we must think of in m2 and add it to list of use cases which we are considering. Michal --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
