Hi, I'm using maven from the binary "maven-2.0-alpha-3-bin" and the exception that was thrown is
[ERROR] BUILD ERROR [INFO] --------------------------------------------------------------------- ------- [INFO] Diagnosis: Error configuring plugin for execution of 'plexus:runtime'. [INFO] --------------------------------------------------------------------- ------- [DEBUG] Trace: org.apache.maven.plugin.MojoExecutionException: Error configuring plugin for execution of 'plexus:runtime'. at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManage r.java:374) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLife cycleExecutor.java:515) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle (DefaultLifecycleExecutor.java:470) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifec ycleExecutor.java:456) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(Defa ultLifecycleExecutor.java:278) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycle Executor.java:136) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:216) at org.apache.maven.cli.MavenCli.main(MavenCli.java:246) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39 ) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl .java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) at org.codehaus.classworlds.Launcher.main(Launcher.java:375) Caused by: org.apache.maven.plugin.PluginParameterException: Invalid or missing parameters: [Mojo parameter [name: 'runtimeConfigurationProperties'; alias: 'null']] for mojo: plexus:plexus-maven-plugin:1.1-alpha-6:runtime at org.apache.maven.plugin.DefaultPluginManager.checkRequiredParameters(Default PluginManager.java:811) at org.apache.maven.plugin.DefaultPluginManager.getConfiguredMojo(DefaultPlugin Manager.java:548) at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManage r.java:369) ... 15 more [INFO] --------------------------------------------------------------------- ------- Attachment contains the maven log file. Also, several jar files required to build continuum project is not in the maven 2 repository. Regards, Fritz ----- Original Message ----- From: "Brett Porter" <[EMAIL PROTECTED]> To: <[email protected]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, October 01, 2005 1:21 PM Subject: Re: Build Error > What version of Maven are you using? > > Can you run with -X to see what the exception is? > > - Brett > > On 10/1/05, Fritz Oconer <[EMAIL PROTECTED]> wrote: > > Hi All, > > > > When trying to build from the latest svn head ( http://svn.apache.org/repos/asf/maven/continuum/trunk ), the following exception occured > > > > [ERROR] BUILD ERROR > > [INFO] --------------------------------------------------------------------- ---- > > [INFO] Diagnosis: Error configuring plugin for execution of 'plexus:runtime'. > > [INFO] --------------------------------------------------------------------- ---- > > > > Any suggestions on how to resolve this issue would be appreciated. > > > > Regards, > > Fritz > > > > > -- > No virus found in this incoming message. > Checked by AVG Anti-Virus. > Version: 7.0.344 / Virus Database: 267.11.9/115 - Release Date: 9/29/2005 > >
