java-smt icon indicating copy to clipboard operation
java-smt copied to clipboard

Automatically test Maven deployments

Open cheshire opened this issue 8 years ago • 1 comments

This can be done by adding a Travis job which would create an empty maven project, add last version of JavaSMT as a dependency, and attempt to build it. Otherwise it's far too easy to have broken versions/dependencies, as Maven Central does not perform any of those checks.

cheshire avatar Aug 17 '16 14:08 cheshire

The same problem appears with our configurations of Ant/Ivy. We need to provide example projects and let them build.

kfriedberger avatar Jun 26 '20 06:06 kfriedberger