Skip to main content

All Questions

Tagged with
0 votes
0 answers
13 views

Maven Build Failing with SSLContext Error When Downloading Plugin

I'm trying to execute a Maven build using the following command: mvn clean install. I encounter the following error message: [ERROR] Plugin org.apache.maven.plugins:maven-clean-plugin:3.2.0 or one of ...
Sajed Hamdan's user avatar
0 votes
0 answers
12 views

failed to execute goal org.codehaus.mojo:exec-maven-plugin:3.1.0:exec, command execution failed, CreateProcess error=193

I am trying to run a spring-boot maven project in local environment. Build is failing due to error. Failed to execute goal org.codehaus.mojo:exec-maven-plugin:3.1.0:exec (spec1) on project abc-xyz-...
KJ21's user avatar
  • 83
0 votes
0 answers
8 views

Building Apache Zeppelin 0.11.1 without all interpreters

I'm trying to build tar.gz package of the Apache Zeppelin, version 0.11.1, with very minimal modules but when I check in the package I see all interpreters added and this makes tar.gz very fat. My ...
mixermt's user avatar
  • 383
0 votes
0 answers
31 views

Do I need parent and root pom in my project

I have project structure like: +-module_a/pom.xml +-parent/pom.xml (parent) // here is only pom.xml file +-module_b/pom.xml | pom.xml (root) Into the (root) pom are defined modules and build plugin. ...
Ballon's user avatar
  • 7,106
0 votes
0 answers
20 views

Maven Test runs indefinitely on a Test Suite which executes fine in Junit4

I recently mavenized few old projects. When I am trying to build caffeine tests project with maven build, the test suite hangs when it executes the first test. I debugged the application, it adds all ...
Vishnu Ramesh's user avatar
-1 votes
2 answers
37 views

Using maven to build dependencies within my java project

(I've been googling and searching for several days now. Time to ask humans.) I've got a java project that I'm building with command-line maven. The project has several dependencies to other open-...
rdk's user avatar
  • 99
0 votes
0 answers
35 views

Maven how to do autobuilding/autocompilation in IDEA

I will describe the problem and what I did to solve it. I'm moving from gradle to maven (looking for a job, lol) and I'm faced with the fact that when I run a program in idea with maven (manually ...
Иван Дёгтев's user avatar
1 vote
0 answers
59 views

mvn recognizes, then forgets, specific module

Right now I am able to mvn clean install a project successfully. But when I mvn test-compile -X I see an unexpected module not found error. [INFO] ------------------------------------------------------...
Pieter Benjamin's user avatar
0 votes
0 answers
17 views

Using Eclipse Maven project, import new version of a class from a jar file created from another Maven project

I have a Maven project, say Project A, with a java file that includes the following import statement. import org.nhindirect.config.model.Address; A version of the Address class is also in another ...
Michael Mall's user avatar
0 votes
0 answers
25 views

Eclipse: "package...does not exist" when building a Maven package that references a class in another project

In Eclipse IDE for Java Developers 2020-12, I have created two projects, "a-test-class-jar" and "a-call-test-class". In the first of these, I have created a class called "...
Michael Mall's user avatar
1 vote
4 answers
160 views

maven-compiler-plugin:3.1:compile (default-compile)

what's wrong? I don't understand. I'm trying to do a multi module project, but I can't build the project due to this error. I've searched this error also online but nothing useful. can anyone help me? ...
aibgood's user avatar
  • 41
0 votes
0 answers
21 views

How can I segregate the application jar and dependencies?

I've a spring-boot application with maven, the final jar is of 96MB+ and I want to reduce that jar size by excluding dependencies jars from final jar and keeping them in one remote location and ...
Mahesh 's user avatar
0 votes
1 answer
37 views

How to prevent MVN from changing file dates as it packages a WAR file?

I have a TomCat application with a lot of JSP files. I recently switched from Gradle to MVN for doing the build. One big difference is that the MVN build sets the timestamps on all the JSP files to ...
AgilePro's user avatar
  • 5,540
0 votes
1 answer
42 views

Spring boot App Using Maven, build with EnvFile

I started to use maven to create a Spring boot app. I wan't to deploy the project using maven commands. Here is my file application.properties spring.config.import=optional:file:env.properties spring....
Koxi's user avatar
  • 1
0 votes
0 answers
177 views

SpringBoot project Could not transfer artifact

I have created a new SpringBoot 3.1.5 project with SpringInitializer. When I try to build with Intellij I get the following error: Could not transfer artifact org.springframework.boot:spring-boot-...
claudiaM's user avatar

15 30 50 per page
1
2 3 4 5
105