Gemma
Gemma copied to clipboard
Maven cannot compile if test jar for gemma-core is missing from repository
The workaround is to invoke package which builds the test JAR first and then make it resolvable for other dependencies.
Maven actually recommend using a separate project for sharing test logic. https://maven.apache.org/plugins/maven-jar-plugin/examples/create-test-jar.html