Hello everyone, I am new to Nutch. I downloaded Nutch 1.3 yesterday and tried to compile it with Netbeans but I got the following error.
Failed to execute goal on project nutch: Could not resolve dependencies for project org.apache.nutch:nutch:jar:1.3: The following artifacts could not be resolved: com.sun.jdmk:jmxtools:jar:1.2.1, com.sun.jmx:jmxri:jar:1.2.1: Failure to find com.sun.jdmk:jmxtools:jar:1.2.1 in http://repository.jboss.org/nexus/content/groups/public-jboss/ was cached in the local repository, resolution will not be reattempted until the update interval of repository.jboss.org has elapsed or updates are forced -> [Help 1] I searched on Internet and it seems that these artifacts are not available from the central Maven repository, due to licensing issues. Do you have any idea to fix it? Thanks in advance. Trung

