Hi Folks,

I'm just getting started with Maven and not sure when
the behaviour I expect is the behaviour intended by
the authors.

Either of the following commands fails the same way...

maven -o -Dgoal=clean multiproject:goal

   or 

maven -o multiproject:clean


Both result in :

                                  - o 0 o -
Starting the reactor...
Our processing order:
Component1
CompMaint1
Component2
CompMaint2
Application2
Application1
+----------------------------------------
| Executing clean:clean Component1
| Memory: 3M/4M
+----------------------------------------

multiproject:goal:
    [echo]
                Hello From Top Level :
                ======================
                maven.multiproject.aggregateDir=

build:start:

clean:clean:
    [delete] Deleting directory
C:\tcool\experiments\maven\MDMQ\mpm\Target\Components\Component1
+----------------------------------------
| Executing clean:clean CompMaint1
| Memory: 3M/4M
+----------------------------------------

BUILD FAILED
File...... C:\Documents and
Settings\tcool\.maven\cache\maven-multiproject-plugin-1.3.1\plugin.jelly
Element... maven:reactor
Line...... 217
Column.... 9
The build cannot continue because of the following
unsatisfied dependency:

mdmqmpm-component1-1.0.jar

                                  - o 0 o -

    ¿¿How can I tell the reactor to forget about
dependencies when executing a 'clean' goal??


Thanks,
TC




                
__________________________________ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/

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

Reply via email to