deploy all other JARs
We currently only deploy a shaded JAR, coat-libs, but that does not contain everything we build.
Some consumers rely on other JARs, such as eb and ec, which are needed by calcode suite ecal.
Some things to think about:
-
deploy all the JARs individually, or make another shade, such as coat-reconfor all thereconstruction/modules -
will <dependency>POM nodes for dependencies which we build as modules (e.g.,eb) prioritize the deployed version or the locally built version?- no... unless we deploy snapshots, but even in that case, I think snapshots get specific timestamps anyway...
-
consider cleaning up the Maven repository -
test with calcode