Linked Questions
18 questions linked to/from Maven Could not resolve dependencies, artifacts could not be resolved
3 votes
2 answers
2k views
Maven artifact not found in central [duplicate]
I'm trying to use this Maven dependency for a project https://mvnrepository.com/artifact/org.eclipse.ecf.protocol/bittorrent/0.3.0 I used the declaration in my pom.xml, when I update the project it ...
940 votes
27 answers
1.3m views
How to force maven update?
I imported my already working project on another computer and it started to download dependencies. Apparently my internet connection crashed and now I get the following: >Build errors for ...
843 votes
26 answers
1.2m views
When maven says "resolution will not be reattempted until the update interval of MyRepo has elapsed", where is that interval specified?
With maven, I occasionally hit an artifact that comes from some 3rd-party repo that I haven't built or included in my repository yet. I'll get an error message from the maven client saying that an ...
176 votes
18 answers
399k views
How do I use Maven through a proxy?
I want to share my experience of using maven through a proxy. You would most likely face exceptions and messages like: repository metadata for: 'org.apache.maven.plugins' could not be retrieved from ...
17 votes
10 answers
95k views
Maven proxy settings not working
I have setup maven proxy settings in conf/settings.xml as <proxy> <active>true</active> <protocol>http</protocol> <host>proxy.my-company.com</host> &...
18 votes
4 answers
70k views
Nexus: Could not find artifact
Recently I've migrated from Archiva to Sonatype Nexus. I'm trying to use Jars from 3rd party repositories and Nexus does not cache it into the local repository. I've searched for answers in this ...
20 votes
1 answer
107k views
Could not find artifact in maven central repo when search returns a match
I am attempting to introduce a dependency on the castor library in my pom. Since my project is at a preliminary stage, all artifacts are from maven central. So I search in search.maven.org for "castor"...
4 votes
6 answers
39k views
Maven Error in pom.xml using spring template
i am getting the following error in mi maven pom.xml on a spring template project "Description Resource Path Location Type ArtifactDescriptorException: Failed to read artifact descriptor ...
4 votes
1 answer
74k views
Could not resolve dependencies for project. Could not find artifact.
I have a problem with building a project Farma-rest which depends on my other project Farma. I put dependency in my pom.xml but it couldn't resolve dependencies for the project. It shows me this error ...
4 votes
3 answers
7k views
Maven- Could not resolve dependency
I am a beginner in using Maven. I tried to add Grobid (for pdf parsing) in maven. The dependency I gave is: <dependency> <groupId>org.grobid</groupId> <artifactId>...
-1 votes
1 answer
3k views
Weblogic Maven Deploy with Luna eclipse
I am using weblogic 12.1.1.0 . I want to deploy my project to weblogic server with maven plugin. But when I build my project, I get this error [INFO] Scanning for projects... [WARNING] The POM for ...
0 votes
2 answers
2k views
Could not resolve dependencies, Failure to find jar
I'm trying to run vaadin-charts-demo. Similar issue to this: Maven Could not resolve dependencies, artifacts could not be resolved [INFO] <<< vaadin-maven-plugin:7.4.6:compile (default-cli) ...
0 votes
2 answers
2k views
Azure CI Pipeline fails to build Java / Maven solution with 2 projects
Summary: I've taken a basic Java / Maven solution from a course and I'm trying to get it to work within an Azure CI pipeline. The Java solution contains 2 projects; each one has it's own pom file. I'...
0 votes
1 answer
700 views
Validation is not working Spring 2.3.3.RELEASE
Someone please help i am new to spring boot. I am trying to do form validation in spring boot version 2.3.3 RELEASE. When I use any constraints from import javax.validation.constraints.* it says error....
1 vote
1 answer
803 views
Missing artifact maven
I have the dependency <dependency> <groupId>javax.servlet</groupId> <artifactId>com.springsource.javax.servlet</artifactId> <version>2.5.0</version&...