vlbaluk / java-validator-livr

Lightweight java validator supporting Language Independent Validation Rules Specification (LIVR)
13 stars 10 forks source link

Maven central #3

Open levonk opened 6 years ago

levonk commented 6 years ago

Thanks for the implementation!

Can you please add it to maven central?

pawelwloch commented 6 years ago

I have tried to use your build in my simple test project. I added LIVR-2.0.jar and LIVR-lib.jar to build path. However each time app executes init method (from the sample code from readme.md file) I got an exception on calling .init method. I have installed gradle extension to my STS suite, but after rebuild (1 error in test cases - 1 fail) nothing has changed. It seems not to work. Could you help me.

vlbaluk commented 6 years ago

which java version do you use? Please download https://github.com/vlbaluk/java-validator-livr/blob/master/build/libs/LIVR-lib.jar and add to you project. It should work.

denis111 commented 5 years ago

For those us who use maven, gradle or any other build system it's better to have it in some maven repository, besides it's not a good idea to store builds in git, normally it's directly .gitignored.