Linked Questions

341 votes
25 answers
643k views

I am trying to set up a project using Maven (m2eclipse), but I get this error in Eclipse: Description Resource Path Location Type Could not calculate build plan: Failure to transfer ...
Deepak Joy Cheenath's user avatar
225 votes
21 answers
289k views

Maven blocks external HTTP repositories by default since version 3.8.1 (see https://maven.apache.org/docs/3.8.1/release-notes.html) Is there a way to disable that or to exempt a repository from this ...
Sebu's user avatar
  • 5,570
16 votes
1 answer
7k views

This Question is answered successfully by checking Preferences/Settings > Build, Execution, Deployment > Build tools > Maven > Always update snapshots (checkbox) in IntelliJ IDEA. ➠What ...
Basil Bourque's user avatar
1 vote
5 answers
14k views

I am building backend application support using Springboot and trying to use h2 database in-built with Spring. However, when I add the below h2 dependency in pom.xml, it's erroring out. Error Failed ...
Sneha's user avatar
  • 11
0 votes
1 answer
10k views

I am trying to update my selenium to the latest version here is my xml <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=...
Alpana Chauhan's user avatar
2 votes
2 answers
3k views

I created a spring boot maven project. Everything was fine until I added spring-boot-starter-data-mongodb to the dependencies like below <dependency> <groupId>org....
Jia Li's user avatar
  • 508
0 votes
3 answers
2k views

I have a problem with updating Log4j versions. In my pom.xml file I updated the version like this: <properties> // other stuff // <org.apache.logging.log4j.version>2.16.0&...
Kerk's user avatar
  • 303
1 vote
3 answers
2k views

I am beginner in Maven development, Need our help to fix this issue. I can see jars are not available at .m2\repository\org\springframework\spring-context\3.1.0.RELEASE only below jars are avaialble ...
Sreekumar's user avatar
1 vote
0 answers
2k views

I have a server which is behind a security proxy. The security proxy is opened for https://repo.maven.apache.org. However, when I try to download a plugin. E.g. soapui-maven-plugin:5.5.0 I receive an ...
chuhx's user avatar
  • 334
0 votes
0 answers
2k views

I'm having issues with build and I'm getting Failed to execute goal on project error. I see two errors I think? What does each one of these mean? Could not resolve dependencies for project Failed to ...
Billy's user avatar
  • 1,067
3 votes
0 answers
2k views

I'm trying to generate an uber jar in a multi module project with the maven-shade plugin with no success. Versions: maven v3.9, maven-shade v3.0 The project looks as follow: main |- library |- ...
tapmeppe's user avatar
0 votes
1 answer
2k views

I just start learn Drools, and I met a problem. I am working on a project that involves Java 7 and Drools 6.3.0.Final. I want load rules by KieScanner, the rule jar is droolsrules-1.0.0-RELEASE.jar: ...
TXG's user avatar
  • 21
0 votes
0 answers
1k views

I am getting error like Plugin could not be resolved. Ensure the plugin's groupId, artifactId and version are present. Additional information: Plugin net.masterthought:maven-cucumber-reporting:5.0.0 ...
Saikiran Gosika's user avatar
2 votes
1 answer
886 views

I am trying to follow along this tutorial. I am using Eclipse and Maven 3.3.3. So I start by adding the necessary dependencies in the pom file. These dependencies work without any issues: <...
Murat Aykanat's user avatar
0 votes
1 answer
1k views

Recently, I am reading Spring In Action. When it came to using lombok dependency, I've got stuck. When I import lombok like it is described in the book: <dependency> <groupId>org....
Rivers-Shall's user avatar

15 30 50 per page