RE: Multi modules project

2006-02-09 Thread Samuel Liard
Hi, May be I can use in module B: A But... My directories are like : | |--ModuleA | |-src |--ModuleB |-src I use a project.properties : maven.multiproject.basedir=../ But I have an error : Failed to validate POM (I just add tags :( ) an idea ? Samuel --- Samuel Liard <[EMA

Re: Multi modules: project-jar and project-obfuscated-jar help

2006-05-16 Thread dan tran
On 5/16/06, Dave Comeau <[EMAIL PROTECTED]> wrote: I'm trying to design a multi-module project to do a variety of steps that I currently do in my existing Ant build system, and was previously given some advice to setup one module to create the standard jar artifact, and then create another modu

Re: Multi modules: project-jar and project-obfuscated-jar help

2006-05-17 Thread Bruno Patini Furtado
I'll help you with what I can :) On 5/16/06, Dave Comeau <[EMAIL PROTECTED]> wrote: I'm trying to design a multi-module project to do a variety of steps that I currently do in my existing Ant build system, and was previously given some advice to setup one module to create the standard jar art

RE: Multi modules: project-jar and project-obfuscated-jar help

2006-05-17 Thread Dave Comeau
ct with one pom.xml and create multiple artifacts (using different classifier types) with my own plugin or the build-helper-maven-plugin. Do you agree? -Original Message- From: dan tran [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 16, 2006 4:53 PM To: Maven Users List Subject: Re: Multi mo

Re: Multi modules: project-jar and project-obfuscated-jar help

2006-05-17 Thread dan tran
6, 2006 4:53 PM To: Maven Users List Subject: Re: Multi modules: project-jar and project-obfuscated-jar help On 5/16/06, Dave Comeau <[EMAIL PROTECTED]> wrote: > > > I'm trying to design a multi-module project to do a variety of steps that > I > currently do in my exist

Re: Multi modules: project-jar and project-obfuscated-jar help

2006-05-17 Thread dan tran
r, your can directly attach that atifact to maven ( so that you need build-heler-maven-plugin to do that job) no need to have multi modules -D -Original Message- > From: dan tran [mailto:[EMAIL PROTECTED] ] > Sent: Tuesday, May 16, 2006 4:53 PM > To: Maven Users List > Sub