Problem scenario
You want to use Maven to build a Java program from source code. The code is in at least two different .java files. What do you do?
Solution
Prerequisites
This assumes that you have installed Maven. If you need assistance, see this posting.
Procedures
1. Run this command: mkdir -p src/main/java/contint
2.