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
The Maven Wrapper's purpose is to bootstrap Maven so that Maven doesn't need to be installed in advance. If mvn is not found on the path, we could fall back to an mvnw shipped/generated as part of jgo itself. But we should test how this interacts with conda environments first.
The text was updated successfully, but these errors were encountered:
The jgo wheel is currently 14.5Kb. Adding 127 Kb seems like a lot when maven is able to be installed via all major environments. https://repology.org/project/maven/versions . Also https://anaconda.org/conda-forge/maven which doesn't appear on that repology list, and could be a really easy way to automatically install it. I remember it being quite difficult to detect if the python in use was running inside of a conda environment, but the presence of conda command is a good indication.
The Maven Wrapper's purpose is to bootstrap Maven so that Maven doesn't need to be installed in advance. If
mvn
is not found on the path, we could fall back to anmvnw
shipped/generated as part of jgo itself. But we should test how this interacts with conda environments first.The text was updated successfully, but these errors were encountered: