Multi-modules projects

2013-12-13 Thread Michael Priess
Hi, our projects have the following structure: - parent pom -- pom.xml cpp--pom.xml java--pom.xml To build a project like this we must invoke different build steps. For the CPP build we like to invoke gcc for the java build we like to invoke javac and many other steps. In our enviroment

Re: Multi-modules projects

2013-12-13 Thread Stephen Connolly
packaging is your friend The C++ code should be using a different packaging type, that way it can bind the plugins that your C++ packaging needs to the corresponding lifecycle phases and then... mvn compile will do just that, irrespective of whether you are in the C++ or the Java module, and

AW: Multi-modules projects

2013-12-13 Thread Christofer Dutz
Hope this helps. Chris Von: Michael Priess digitalover...@googlemail.com Gesendet: Freitag, 13. Dezember 2013 13:24 An: users@maven.apache.org Betreff: Multi-modules projects Hi, our projects have the following structure: - parent pom -- pom.xml

Re: Multi-modules projects

2013-12-13 Thread Michael Priess
: Michael Priess digitalover...@googlemail.com Gesendet: Freitag, 13. Dezember 2013 13:24 An: users@maven.apache.org Betreff: Multi-modules projects Hi, our projects have the following structure: - parent pom -- pom.xml cpp--pom.xml java--pom.xml To build a project like this we must

Problems compiling multi modules projects

2008-01-24 Thread [EMAIL PROTECTED]
Hi, i have a problem compiling my projects under continuum using the top parent of my projects. I remove the --non-recursive flag on the build directive of my top projects. My projects looks like this: Maven |_pom.xml Project_A |_pom.xml Project_B |_pom.xml Project_C |_pom.xml The pom.xml of the

[m2] Best practices for multi-modules projects

2006-01-17 Thread Romain Rouvoy
Hi, I use Maven for few days now and I find it very powerful but I need some help/feedback from experimented users. Basically, I have a project that is split into several modules. Each module is a simple Java project that contains a piece of the web site and several examples for users.

Re: [m2] Best practices for multi-modules projects

2006-01-17 Thread Robert Taylor
I found no documentation on multi-module projects except this In progress one: http://maven.apache.org/guides/mini/guide-multi-module.html See the Getting Started section: How do I build more than one project at once? http://maven.apache.org/guides/getting-started/index.html Also, maven comes

Re: [m2] Best practices for multi-modules projects

2006-01-17 Thread Romain Rouvoy
Hi, Thank you for the link, I forgot this documentation! But anyway, when I run the mvn site command, Maven creates 3 websites (1/module + 1 for the project) split in the directory tree :- ( ... Does it means that basically, maven can not aggregate module websites in the project

Re: [m2] Best practices for multi-modules projects

2006-01-17 Thread Geoffrey De Smet
Romain Rouvoy wrote: Hi, Thank you for the link, I forgot this documentation! But anyway, when I run the mvn site command, Maven creates 3 websites (1/module + 1 for the project) split in the directory tree :-( ... Does it means that basically, maven can not aggregate module

Re: [m2] Best practices for multi-modules projects

2006-01-17 Thread andrew cooke
i am very new to this too, so the following may not be the best approach, but what i have done is create some archetypes with poms that have entries like !-- MODULE-INSERT -- and !-- DEPENDENCY-INSERT -- i also have some bash scripts that use these archetypes to let me add sub-projects to my

Site and multi-modules projects

2005-11-10 Thread Oscar Picasso
Hi, With maven 2.0 there is a problem when build a site for a multi-modules project. The individual modules sites are properly build but not the links between the root project and its modules (see http://www.mail-archive.com/users@maven.apache.org/msg21517.html). Today I have installed

Re: Site and multi-modules projects

2005-11-10 Thread John Casey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Oscar Picasso wrote: | Hi, | | With maven 2.0 there is a problem when build a site for a multi-modules | project. | | The individual modules sites are properly build but not the links between the | root project and its modules (see |

Site and multi-modules projects

2005-11-10 Thread Oscar Picasso
Hi, With maven 2.0 there is a problem when build a site for a multi-modules project. The individual modules sites are properly build but not the links between the root project and its modules (see http://www.mail-archive.com/users@maven.apache.org/msg21517.html). Today I have installed

Re: Site and multi-modules projects

2005-11-10 Thread Brett Porter
that's the case - there is an open jira for this. On 11/11/05, Oscar Picasso [EMAIL PROTECTED] wrote: Hi, With maven 2.0 there is a problem when build a site for a multi-modules project. The individual modules sites are properly build but not the links between the root project and its