Open PB841 opened 3 years ago
Hello, i had the same issue, I have recompiled the package with maven
in the folder /searoute/modules/war I launched the command:
mvn package
a new folder "target" is created and the war inside.
Best Mauro
The solution from @pedonma is correct on the master branch. I think this issue can be closed
First of all thank you for developing the searoute tool I generated some routes and it works well.
However I could not get the webservice going. I followed the instructions: git clone https://github.com/eurostat/searoute.git cd modules/searoute-war mvn clean package
However the folder modules does not contain the folder searoute-war (however folder war is present). Also after building the package (reported as a success) and there is no .war file to place in the tomcat folder. Am I overlooking something?