OK - just for reference I'm getting exactly the same thing:
| \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0 Plugin 'maven-deploy-plugin' in project 'Merlin Hello Tutorials' is not available BUILD FAILED File...... C:\system\merlin\tutorials\maven.xml Element... attainGoal Line...... 4 Column.... 37 No goal [avalon:meta] Total time: 3 seconds Finished at: Fri Aug 13 10:58:37 CEST 2004 Problem appears to me that Maven is not locating the Avalon-Meta plugin. I did some googling around and found this issue: http://jira.codehaus.org/browse/MAVEN-435 I've done a little playing around and a workaround that works here is to create a directory named 'plugins' under the maven installation directory. Copy the following jar files into that directory: .maven/repository/avalon-meta/plugins/avalon-meta-plugin-1.4.0.jar .maven/repository/avalon-util/plugins/avalon-util-plugin-1.0.0.jar .maven/repository/merlin/plugins/merlin-plugin-3.3.0.jar That should get things rolling again. Steve. > -----Original Message----- > From: Vinod Panicker [mailto:[EMAIL PROTECTED] > Sent: 13 August 2004 10:44 > To: Avalon framework users > Subject: Re: tutorial builds failing > > Yep. > > "Avalon Service Management Platform (SMP) Version 3.3.0" > > Regards, > Vinod. > > On Fri, 13 Aug 2004 10:38:25 +0200, Stephen McConnell > <[EMAIL PROTECTED]> wrote: > > > > Magic tutorials are under SVN trunk (3.4). The 3.3.0 tutorials are all > > Maven based. Vinod - you are running 3.3.0 aren't you? > > > > Steve. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
