Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
ManifoldCF 1.0, ManifoldCF 1.0.1, ManifoldCF 1.1
-
None
Description
The maven build steps:
mvn-bootstrap mvn clean -DskipTests install
fail in the following way:
[ERROR] Failed to execute goal on project mcf-alfresco-connector: Could not reso lve dependencies for project org.apache.manifoldcf:mcf-alfresco-connector:jar:1. 1-SNAPSHOT: Could not find artifact javax.activation:activation:jar:1.0.2 in alf resco-release (https://artifacts.alfresco.com/nexus/content/repositories/release s) -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit ch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please rea d the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyReso lutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :mcf-alfresco-connector C:\wip\mcf\trunk>
It looks like there is a missing dependency we may need. I think activation.jar was there before, not sure what happened to it.