🪶Grading with Maven
Overview
Configuring AutoTest Setup
Install Java and Maven
sudo apt update
sudo apt install openjdk-17-jre -y
wget https://archive.apache.org/dist/maven/maven-3/3.8.4/binaries/apache-maven-3.8.4-bin.tar.gz -P /tmp/
sudo tar xf /tmp/apache-maven-3.8.4-bin.tar.gz -C /opt
sudo ln -s /opt/apache-maven-3.8.4/ /opt/maven
sudo rm /usr/bin/mvn
sudo ln -s /opt/maven/bin/mvn /usr/bin/mvn
pip3 install junitparser
Configuring AutoTest Tests
1. Upload and prepare instructor tests

2. Prepare build and classpath
3. Running Maven tests

Troubleshooting Maven Autograding in CodeGrade
Still Need Help?
Last updated