Maven Package: .txt is not being included in the .jar file
I have a program that scrapes a webpage. I’m using JSoup and Selenium. To configure the user agent in the JSoup request, I have a userAgents.txt file containing a list of user agents. In each execution, I have a method that reads the .txt file, and returns a random user agent. The program is working… Read More Maven Package: .txt is not being included in the .jar file