项目作者: ZsoltFabok

项目描述 :
SQLite dialect for hibernate5
高级语言: Java
项目地址: git://github.com/ZsoltFabok/sqlite-dialect.git
创建时间: 2017-04-11T05:36:46Z
项目社区:https://github.com/ZsoltFabok/sqlite-dialect

开源协议:BSD 3-Clause "New" or "Revised" License

下载


Project Status: Active
Maven Central
Build Status
codebeat badge
codecov
License

Test

  1. % ./gradlew test

Release

First, create gradle.properties with the following entries:

  1. # signing
  2. signing.keyId=
  3. signing.password=
  4. # under windows use c:\\ and \\ as path separator
  5. signing.secretKeyRingFile=.../secring.gpg
  6. # sonatype auth
  7. sonatypeUsername=
  8. sonatypePassword=

You can check your gpg keys with:

  1. % gpg2 --list-keys

If you have them in a storage or backup, import them first

  1. % gpg2 --import .../gnupg/securing.gpg

Second, upload the archives:

  1. % ./gradlew uploadArchives

It generates the pom, the jar, the sources and javaDoc jars. After the generation, it signs them and finally uploads to sonatype staging repository. In order to keep this happening, you must make the version a SNAPSHOT by adding the -SNAPSHOT suffix to the version.

Third, go to http://oss.sonatype.org and release the snapshot manually.