- You must keep the packages as provided. You may add new packages or add to them, but not change the names of the provided packages.
- You must not change the names of the provided classes
- You must not change the names of the provided methods
- You must not modify the Launcher
- You must not modify the interfaces
- It must be possible to build a jar file using Maven from your source as below
- It must be possible to launch your application as below
The main source tree can be found in src/main/java
mvn install
java -jar target/sushi-1.jar