Does JOOQ push the latest non-stable builds to maven central? Or is there some snapshot repo I need to add to pom.xml?
Does JOOQ push the latest non-stable builds to maven central?
Snapshot builds are offered only to paying customers, available from here: https://www.jooq.org/download/versions
Or is there some snapshot repo I need to add to pom.xml?
The above website offers ZIP file downloads. The ZIP file contains two scripts:
maven-install.sh
and maven-install.bat
to install the snapshot artifacts locally, to your local repository (e.g. ~/.m2
)maven-deploy.sh
and maven-deploy.bat
to deploy the snapshot artifacts to your artifact repositoryThere are other options, e.g. using the maven-install-plugin
in your build, of course, or build and install the snapshots directly from source code