@Czar If you just want to install the artifact without having to deal with the test code, you can run mvn with the argument
-DskipTests=true
c
Czar
01/01/2019, 2:04 PM
Thanks I know I can skip test, question is—should I? 🙂
Czar
01/01/2019, 2:08 PM
I guess, TIAS 🙂 will be back after.
c
Carlton Whitehead
01/01/2019, 2:08 PM
That depends on your intentions. If you just want to try your app against a snapshot build of TornadoFX, sure. We ought to sort out the issues with the tests before releasing 2.0 of course
Carlton Whitehead
01/01/2019, 5:17 PM
I don't think you have to personally take on fixing issues with the tests just to test the library with your project. You had said you weren't very familiar with Maven so I thought that command line argument might be helpful
c
Czar
01/01/2019, 6:29 PM
Yes, thank you 🙂
You're right. I did try to fix tests just for the fun of it, but in the end I did disable them as couple of brute force attempts to fix things didn't succeed, and I really wanted to get on with my own project 🙂