Hi, After upgrading to Maven 1.0.1 we started recieving this when doing a muliproject:site goal.
BUILD FAILED File...... c:\Jakarta\MavenLocal-1.0\cache\maven-multiproject-plugin-1.3.1\plugi n.jelly Element... maven:reactor Line...... 103 Column.... 9 Unable to obtain goal [site] -- c:\Jakarta\MavenLocal-1.0\cache\maven-xdoc-plugin-1.8\plugin.jelly:657:46: <attainGoal> c:\Jakarta\MavenLocal-1.0\cache\maven-linkcheck-plugin-1.3.3\plugin.jelly:47:9: <define:jellybean> org/apache/maven/link/check/LinkCheck (Unsupported major.minor version 48.0) Total time: 1 minutes 24 seconds Finished at: Fri Nov 19 08:14:35 EST 2004 It appears that maybe the latest version (1.3.3) of the linkcheck plugin was compiled with a newer compiler? We are using JDK 1.3.1_10. Is there any way within maven to tell it to use a specific version of a plugin? Thanks, Trevor Gimbel
