Maven works fine, but I needed to patch the idea plugin. Therefore I - installed maven 2.0.2, deleted my local repository before. - checked out the plugin from https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-idea-plugin - changed a few lines of code, and tried to install the plugin by typing 'mvn install', which caused the build error.
I also tried to install the Maven Plugin Plugin as Wendy suggested, but then I got [ERROR] BUILD FAILURE [INFO] ---------------------------------------------------------------------------- [INFO] A required plugin was not found: Plugin could not be found - check that the goal name is corr ect: Unable to download the artifact from any repository org.apache.maven.plugins:maven-plugin-plugin:maven-plugin:2.0.1-SNAPSHOT from the specified remote repositories: central (http://repo1.maven.org/maven2), snapshots (http://snapshots.maven.codehaus.org/maven2) org.apache.maven.plugins:maven-plugin-plugin:maven-plugin:2.0.1-SNAPSHOT from the specified remote repositories: central (http://repo1.maven.org/maven2), snapshots (http://snapshots.maven.codehaus.org/maven2) any clues? regards Thomas On 1/30/06, Geoffrey De Smet <[EMAIL PROTECTED]> wrote: > do > cd .. > mvn install > This might fail, but don't worry, it will have have installed the pom of > maven-plugin-plugin in your local repo. > cd maven-idea-plugin > mvn compile > mvn install > > With kind regards, > Geoffrey De Smet > > > Thomas Spiegl 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? > > > > regards > > Thomas > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
