Hi,

I have set up a test multi-project named "MyProject"
that include a single project called "SubProject".

The directory structure is:
|MyProject
--|project.xml <- multi-project
--|build.properties
--|SubProject
----|project.xml <- standard project

The build.properties contains:
maven.multiproject.includes=aaa/project.xml

And everything work well. Now, if I try to change the
directory structure to:
|MyProject
--|project.xml <- multi-project
--|build.properties
|SubProject
--|project.xml <- standard project

And modify build.properties to:
maven.multiproject.includes=../aaa/project.xml

The reactor does not seem to find the project:
$ maven multiproject:artifact
Starting the reactor...
Our processing order:
BUILD SUCCESSFUL

I looked at the code of the maven:reactor tag and I
dont see why it could not go into parent directory.
There must be an other reason but I dont see what it
could be.

Anyone has an idea?
Thanks!

Manuel


        
                
__________________________________
Do you Yahoo!?
Yahoo! Domains – Claim yours for only $14.70/year
http://smallbusiness.promotions.yahoo.com/offer 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to