awslabs / amazon-kinesis-client

Client library for Amazon Kinesis
Apache License 2.0
632 stars 461 forks source link

*Actually* skip tests while running backwards compatibility test. #1360

Closed nakulj closed 5 days ago

nakulj commented 5 days ago

Issue #, if available:

The Maven compiler plugin does not respect the -Dskiptests flag. As another benefit, this change skips recompiling the test sources too.

Of course ideally it would be nice to just get the classes from the previous build step but i have no idea how to do this.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.