https://github.com/valery1707/kaz-person-id
Java library for test and use Person ID (Private and Juridical) which is used in Kazakhstan. Java библиотека для работы с Казахстанскими ИИН и БИН
https://github.com/valery1707/kaz-person-id
Last synced: 5 months ago
JSON representation
Java library for test and use Person ID (Private and Juridical) which is used in Kazakhstan. Java библиотека для работы с Казахстанскими ИИН и БИН
- Host: GitHub
- URL: https://github.com/valery1707/kaz-person-id
- Owner: valery1707
- License: mit
- Created: 2015-05-25T05:37:34.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-16T09:25:16.000Z (almost 9 years ago)
- Last Synced: 2023-07-05T04:15:08.948Z (almost 2 years ago)
- Language: Java
- Homepage:
- Size: 36.1 KB
- Stars: 12
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README-dev.md
- License: LICENSE
Awesome Lists containing this project
README
### Code coverage
`mvn clean test jacoco:report`
### [PITest](http://pitest.org/) mutation testing
`mvn clean test org.pitest:pitest-maven:mutationCoverage`
### Deploy to Maven Central
1. Commit and deploy artifact to Sonatype OSSRH
1. `mvn versions:set -DnewVersion=1.2.3`
1. `git commit -m 'Release version 1.2.3' pom.xml`
1. `mvn clean deploy -P release -Dgpg.passphrase=real-gpg-passphrase`
1. `mvn versions:set -DnewVersion=1.2.3-SNAPSHOT`
1. `git commit -m 'Prepare for next development iteration' pom.xml`
1. Promote artifacts to Maven Central
1. [Sonatype OSSRH](https://oss.sonatype.org/)
1. Find staging repository with name "namevalery1707-"
1. Close it
1. Wait some time, Refresh
1. Release