i cleaned my copy of maven-components and got a clean checkout from
subversion. after that lots of integration tests fail now. and my builds
dont work anymore coz maven-resources-plugin  cannot resolve some
versions. looking into the pom i
see:
    <dependency>
      <groupId>org.apache.maven</groupId>
      <artifactId>maven-project</artifactId>
    </dependency>

with no version. trying to build and isntall the plugin fails with

[INFO] Diagnosis: Error configuring:
org.apache.maven.plugins:maven-resources-pl
ugin. Reason: Cannot resolve plugin dependencies

what am i doing wrong?

Reply via email to