Skip to content
Advertisement

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 no

Maven error: Not authorized, ReasonPhrase:Unauthorized

I checked out my code from the Nexus repository repository. I changed the password for my account and set it correctly inside my settings.xml file. While executing mvn install clean I get the error saying Not authorized, ReasonPhrase:Unauthorized when it tries to download files from that repository. Any idea how to solve this error? I am using Windows 7 with

Advertisement