New issue 21 by fea666: ClassNotFound Exception (Version 1.4)
http://code.google.com/p/maven-overview-plugin/issues/detail?id=21
What steps will reproduce the problem?
1. Config POM.XML with the installation info from website.
2. run standalone against POM: mvn
com.googlecode.maven-overview-plugin:maven-overview-plugin:1.4:overview
3. got ClassNotFoundError. See Attachment
What is the expected output? What do you see instead?
no grafic generated
What version of the product are you using? On what operating system?
Version 1.4; OS ist Win XP; Java 1.6
Please provide any additional information below and see
http://groups.google.com/group/maven-overview-plugin-discuss.
Attachments:
log 32.4 KB
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Please try 1.6 release from Maven Central Repository
http://repo1.maven.org/maven2/com/googlecode/maven-overview-plugin/maven-overview-plugin/1.6/
I'm not able to reproduce this issue on Linux.
Always ending up with commons-collections-3.1 as specified by jung-1.7.6
(http://repository.sonatype.org/service/local/repositories/central-proxy/content/jung/jung/1.7.6/jung-1.7.6.pom
).
Could you try removing your local repository and running again?
ok, this was the problem. i setup my local repository new and now it works.
thx for your support!
Comment #5 on issue 21 by hubert.iwaniuk: ClassNotFound Exception (Version
1.4)
http://code.google.com/p/maven-overview-plugin/issues/detail?id=21
You're welcome