You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Nicolas De Loof <ni...@cgey.com> on 2003/12/19 09:31:41 UTC

multiproject does nothing

Hy all,

I've got 2 sub-projects :

- pacila-metier (simple jar)
- pacila-webapp (war)

I'm trying to use multiproject to build app in one command. I added a 3d project "pacila" with a minimalist POM and this
project.properties :

maven.multiproject.includes=../pacila-webapp/project.xml,../pacila-metier/project.xml


When I run "maven multiproject:install" from pacila I get :
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc1-SNAPSHOT

Starting the reactor...
Our processing order:
BUILD SUCCESSFUL
Total time: 6 seconds
Finished at: Fri Dec 19 09:26:11 CET 2003

(Maven did nothing !)

What did I miss ?

Nico.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org