You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 10, 2019. It is now read-only.
1). "kikaha setup" doesn't consider %MAVEN_HOME% or %M2_HOME% env variables but tries setting up its own maven (?).
I use git bash. When running "kikaha setup" then %HOME%.kikaha\conf\setup.conf is created (e.g. c:\Users\Administrator.kikaha\conf\setup.conf). But in this file there is a line "export M2_HOME="/c/Users/Administrator/.kikaha/work/mvn", however my maven is installed in another place.
2). "kikaha project create" fail,
After manually fixing the path to maven, I run:
kikaha project create 2.0 -e --name=first-project
But it fails with an error:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:2.4:generate (default-cli) on project standalone-pom: The desired archetype does not exist (io.skullabs.kikaha.archetypes:2.0-archetype:1.0.0) -> [Help 1]