I am getting the following error message:
[ERROR] Failed to execute goal on project hi-ce: Could not resolve dependencies for project com.helicalinsight:hi-ce:war:2.0.0.0-CE: The following artifacts could not be resolved: com.helicalinsight:hi-cache:jar:2.0.0.0-CE, com.helicalinsight:hi-core:jar:2.0.0.0-CE, com.helicalinsight:hi-export:jar:2.0.0.0-CE, com.helicalinsight:hi-externalauth:jar:2.0.0.0-CE, com.helicalinsight:hi-hwf:jar:2.0.0.0-CE, com.helicalinsight:hi-scheduling:jar:2.0.0.0-CE, com.helicalinsight:hi-vf-plugin:jar:2.0.0.0-CE, com.helicalinsight:hi-validation:jar:2.0.0.0-CE: Could not find artifact com.helicalinsight:hi-cache:jar:2.0.0.0-CE in central (Central Repository:) → [Help 1]
I have followed the guide found here:
It fails on this step: mvn clean package -Denv=dev
I believe it cannot resolve the dependencies of the pom file.
What do I need to do to fix this? Thank you for any feedback/help!