Linked Questions

3 votes
2 answers
2k views

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 ...
Venkadesh S's user avatar
940 votes
27 answers
1.3m views

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 ...
M4ks's user avatar
  • 12.1k
843 votes
26 answers
1.2m views

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 ...
cprice404's user avatar
  • 8,439
176 votes
18 answers
399k views

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 ...
Bogdan's user avatar
  • 2,095
17 votes
10 answers
95k views

I have setup maven proxy settings in conf/settings.xml as <proxy> <active>true</active> <protocol>http</protocol> <host>proxy.my-company.com</host> &...
Desi Baba's user avatar
  • 171
18 votes
4 answers
70k views

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 ...
raven99's user avatar
  • 1,421
20 votes
1 answer
107k views

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"...
Ram's user avatar
  • 951
4 votes
6 answers
39k views

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 ...
Muhzin's user avatar
  • 67
4 votes
1 answer
74k views

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 ...
tomas123's user avatar
4 votes
3 answers
7k views

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>...
Naima's user avatar
  • 121
-1 votes
1 answer
3k views

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 ...
Mohammad's user avatar
0 votes
2 answers
2k views

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) ...
matcha's user avatar
  • 81
0 votes
2 answers
2k views

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'...
DarkLord_109's user avatar
0 votes
1 answer
700 views

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....
Rohinibabu's user avatar
1 vote
1 answer
803 views

I have the dependency <dependency> <groupId>javax.servlet</groupId> <artifactId>com.springsource.javax.servlet</artifactId> <version>2.5.0</version&...
kiran6's user avatar
  • 1,305

15 30 50 per page