It would be nice to be able to debug this but I don't understand the output of -X can anyone help with this?
[DEBUG] maven-clean-plugin: using locally installed snapshot [DEBUG] Artifact not found - using stub model: Unable to determine the latest version org.apache.maven.plugins:maven-clean-plugin:LATEST:pom [DEBUG] Using defaults for missing POM org.apache.maven.plugins:maven-clean-plugin:pom:LATEST [DEBUG] maven-clean-plugin: using locally installed snapshot [DEBUG] Artifact not found - using stub model: Unable to determine the release version org.apache.maven.plugins:maven-clean-plugin:RELEASE:pom [DEBUG] Using defaults for missing POM org.apache.maven.plugins:maven-clean-plugin:pom:RELEASE [INFO] ---------------------------------------------------------------------------- [ERROR] BUILD ERROR On 3/9/06, Xavier Toth <[EMAIL PROTECTED]> wrote: > > I updated to Maven 2.0.2 and now my build fails because it can't find a > version of the clean plugin it likes. I've looked at my repository and I > have 2.0 and 2.1 versions of the plugin. Any ideas on how to resolve this? > I tried putting the following in my top level build > <build> > <pluginManagement> > <plugins> > <plugin> > <artifactId>maven-clean-plugin</artifactId> > <version>2.1</version> > </plugin> > > child modules all inherit from this parent but it doesn't help. > > Ted >
