[ http://issues.apache.org/jira/browse/HIVEMIND-173?page=comments#action_12372047 ]
Leonardo Quijano Vincenzi commented on HIVEMIND-173: ---------------------------------------------------- No no, this problem is while building Hivemind. Specially the framework. Try renaming your $HOME/.m2 to another thing and rebuilding Hivemind. One would assume that the framework per-se would include easymock and other direct libraries as "compile" references, because they're needed to compile the apps. If a JAR is needed to just *run* the framework tests, then that JAR should be included as a "runtime" dependency. It's just a guess, but maybe the Maven Eclipse Plugin is causing you some problems (but I don't recall you using it). But if you specify a "runtime" reference in a project, then it shouldn't be included on webapps or WEB-INF/lib directories, AFAIK. > "Provided" pom.xml dependencies are not being configured to download anywhere > ----------------------------------------------------------------------------- > > Key: HIVEMIND-173 > URL: http://issues.apache.org/jira/browse/HIVEMIND-173 > Project: HiveMind > Type: Bug > Components: framework > Versions: 1.2 > Environment: trunk of 2006-03-21 > Reporter: Leonardo Quijano Vincenzi > > In framework/pom.xml we have this: -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
