On 1/30/06, Thomas Spiegl <[EMAIL PROTECTED]> wrote: > when compiling the maven idea plugin with mvn compile I get the > following build error. > > [ERROR] BUILD ERROR > [INFO] > ---------------------------------------------------------------------------- > [INFO] The plugin 'org.apache.maven.plugins:maven-plugin-plugin' does > not exist or no valid version could be found > > Does anybody know what that means?
What steps did you take to get to this point? The IDEA plugin build works fine here, but I've been building various bits of Maven and may have more installed locally than you do. Since it says it wants the Maven Plugin Plugin, try checking that out and building it: $ svn co http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-plugin-plugin $ cd maven-plugin-plugin $ mvn install Then try building the IDEA plugin again. (If any downloads fail, try again... ibiblio is slow today.) HTH, -- Wendy Smoak --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]