Posts by Tovar • 11 points
1 post
- 
		1 votes1 answer60 viewsA: convert java projects to MavenDon’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 | |--…