mike10004/har-replay

Test on non-Linux platforms Maven central artifact

Opened this issue · 0 comments

I'm pretty sure that the Maven central artifact will only work on Linux. The reason is that the build process performs an npm install, which is (or can be) platform dependent. Therefore, the embedded har-replay-proxy node module is tied the build platform, Linux x86_64, for the artifact that is deployed to central.

A workaround for non-Linuxers is to build the artifact on your own system, which is obviously suboptimal.