Course materials for CMPU 331
Download the settings.xml file and copy it to the .m2/ directory in your HOME
directory. If the .m2/ directory does not exist it means you have not run Maven (mvn)
yet. You can either:
- Run
mvn cleanon a Maven project, or - Simply create the
.m2/directory.