Skip to content

Tag: maven-3

maven error: package org.junit does not exist

I’m trying to create the javadoc with maven and it fails. It also fails when doing the verify. I get the following error: In my pom.xml file I have the following lines: and my local repository contains the junit jar file: The code is fine because in my laptop, which I have no access now, I van run: with…