@sujith - Could you pls update the maven repo for kiteconnect 3. Not able to build project in AWS CodeBuild and getting below error:
[ERROR] Failed to execute goal on project *******: Could not resolve dependencies for project ***.***.***:jar:1.0-SNAPSHOT: Could not find artifact com.rainmatter.kiteconnect:kiteconnect:jar:3.0.0 in central (https://repo1.maven.org/maven2)
This is a pre-release, we have updated only jar file which you can get it from here. We will make maven release in the coming weeks.
As maven repo is not yet updated.
Here is how to include in ur local repo.
mvn install:install-file -Dfile=/Users/shai/git/javakiteconnectkite3/dist/kiteconnect.jar \
-DgroupId=com.rainmatter.kiteconnect -DartifactId=kiteconnect -Dversion=3.0.0-SNAPSHOT
[ERROR] Failed to execute goal on project *******:
Could not resolve dependencies for project ***.***.***:jar:1.0-SNAPSHOT:
Could not find artifact com.rainmatter.kiteconnect:kiteconnect:jar:3.0.0 in central (https://repo1.maven.org/maven2)
We have changed the package name. You can check out the latest version here.