Packaging .esb files

2007-06-19 Thread André Salvati
Hi, Maven's defaults files extensions are .jar, .war, .ear ... How do I package .esb (JBoss ESB) files with Maven 2? Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Maven and Hibernate EntityManager

2007-06-11 Thread André Salvati
Someone doing unit tests with Maven 2 and plain Hibernate EntityManager? Thanks. André Salvati escreveu: Hi, I've tried to execute my unit tests with Maven an Maven 2.0.6 and Hibernate EntityManager and got problems. I have two projects (project1 and project2). Project1 depen

Maven and Hibernate EntityManager

2007-06-08 Thread André Salvati
Hi, I've tried to execute my unit tests with Maven an Maven 2.0.6 and Hibernate EntityManager and got problems. I have two projects (project1 and project2). Project1 depends on project2. It seems, for some reason, Maven doesn't find classes at *target/classes*. So, EntityManager doesn't dete

Re: Cascading package dependencies

2007-06-08 Thread André Salvati
uot;mvn install" from the top-level (father) project, it will run "mvn install" on all the (children) you've defined, which achieves the same results you're looking for. Wayne On 6/6/07, André Salvati <[EMAIL PROTECTED]> wrote: Hi, I'm a newbie with Maven 2 (2.0

Cascading package dependencies

2007-06-06 Thread André Salvati
Hi, I'm a newbie with Maven 2 (2.0.6). Just wondering the following situation: I'm working with 3 modules: 1 father (Project1) and 2 children (Project2 and Project3). Project2 depends on Project3. Firstly, I'd like Maven was able to detect updates, compile, build and package Project3 in case