Posts by Tovar • 11 points
1 post
-
1
votes1
answer60
viewsA: convert java projects to Maven
Don’t just add the pom.xml. The project must at least follow the directory structure: - pom.xml - src |-- main | |-- java | | |-- App.java | |-- resources | |-- file.csv |-- test |-- java | |--…