You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using mvn package the .jar is created in the gittruckfactor/target folder, so than you need to move all the files in gitruckfactor because otherwise it is not able to find config.properties file (or you have to lunch the jar from the gittruckfactor folder.
in the example commands in the readme there is git/truckfactor, but cloning the project there is no folder named git, so the correct command is [script] 'gittruckfactor (I guess)
The text was updated successfully, but these errors were encountered:
using
mvn package
the .jar is created in thegittruckfactor/target
folder, so than you need to move all the files in gitruckfactor because otherwise it is not able to find config.properties file (or you have to lunch the jar from thegittruckfactor
folder.in the example commands in the readme there is
git/truckfactor
, but cloning the project there is no folder namedgit
, so the correct command is[script] 'gittruckfactor
(I guess)The text was updated successfully, but these errors were encountered: