Maven typically only creates one deployable artifact per project.xml. If you want subprojects each producing an artifact Then set up a master project folder with a project.xml and then sub-project folders each with their own project.xml (they will inherit from master project.xml) See: http://www.theserverside.com/articles/article.tss?1=MavenMagic for more info.
-----Original Message----- From: Ricardo de Souza Moura [mailto:[EMAIL PROTECTED] Sent: Thursday, September 09, 2004 10:07 PM To: [EMAIL PROTECTED] Subject: MavenIDE Is anybody using mavenide with eclipse to do the projects ? When I create a project, sample1 for sample, it create some folders: sample1 main/src/java main/src/test project.xml It works well if my project produce only one artifact, but what Can I do to use mavenIDE and my project produce two or more artifacts ? I think I need subprojects. One project.xml to each subproject. Am I right ? How can I do it, using mavenIDE ? thanks _________________________________________________________________ MSN Messenger: converse com os seus amigos online. http://messenger.msn.com.br --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
