Gemma icon indicating copy to clipboard operation
Gemma copied to clipboard

Maven cannot compile if test jar for gemma-core is missing from repository

Open arteymix opened this issue 11 months ago • 0 comments

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

arteymix avatar May 16 '25 21:05 arteymix