I never realised it was being used in this way. File an issue in JIRA, it'll be fixed by next release.
A workaround would be to set the default goal to "run-default", and add this to maven.xml: <goal name="run-default"> <attainGoal name="${maven.multiproject.type}" /> </goal> Cheers, Brett > -----Original Message----- > From: Daniel Flesner [mailto:[EMAIL PROTECTED] > Sent: Friday, 26 March 2004 12:06 PM > To: Maven Users List > Subject: maven.xml default goal as property? > > > in rc1 we were using the default goal as the > ${maven.multiproject.type} > property so we didn't have to set it twice. this worked fine, > but now in > rc2 i get the following: > com.werken.werkz.NoSuchGoalException: No goal > [${maven.multiproject.type}] was this disabled on purpose or broken? >