On 11/20/06, Mark Nicholson <[EMAIL PROTECTED]> wrote:

    <repository>
        <id>Ibiblio</id>
        <name>Ibiblio</name>
        <url>http://www.ibiblio.org/maven2/maven</url>
    </repository>

You don't need this one.  The central repository is included by
default.  (And he URL doesn't look right anyway.)

    <repository>
        <id>Apache</id>
        <name>Apache</name>
        <url>http://people.apache.org/repo/m2-snapshot-repository</url>
    </repository>

Looks okay...  (the usual <id> is 'apache.snapshots', using that can
avoid duplicate requests.)  You might also want to say
  <releases><enabled>false</enabled></releases>
so it only checks that repo for snapshots.

and now I get the following error -
:
[INFO] Generate "Dependencies" report.
[INFO]
------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO]
------------------------------------------------------------------------
[INFO] org/apache/maven/shared/jar/Jar
[INFO]
------------------------------------------------------------------------
[INFO] Trace
java.lang.NoClassDefFoundError: org/apache/maven/shared/jar/Jar
        at
org.apache.maven.report.projectinfo.dependencies.Dependencies.<init>(Dependencies.java:74)

Try running with -U to make sure you have the latest versions of
everything, maybe there is some incompatibility.

After that, delete
org/apache/maven/plugins/maven-project-info-reports-plugin from your
local repository to force it to download a new version.  I'd also
remove org/apache/maven/shared because it looks like the problem might
be in a shared module.

--
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to