Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
2 answers
16 views

Why is a clean Maven project in Netbeans not running

I am setting up a local instance to run a Java webapp. It's been a while since I've done this but I've done it in the past. So far what I've done is installed JDK 22.0.2 and Netbeans 22 on my local ...
Christian Harris's user avatar
-1 votes
0 answers
19 views

'npm run build' failed in Github actions and frontend-maven-plugin for Java spring-boot app

I am building a monolithic app using Java spring-boot and Reacjs for UI. My repository is hosted on Github and I am using Github Actions to build the repo on every commit. I am using the frontend-...
cptdanko's user avatar
  • 830
-1 votes
1 answer
27 views

mvn -B release:perform Unable to checkout from SCM

I am using Maven 3.9 and a Java Spring Boot 3.1.1 application with Bitbucket and Git. I am trying to handle release versioning. pom.xml <scm> <connection>scm:git:git://ssh@bitbucket....
Richard's user avatar
  • 8,729
1 vote
1 answer
25 views

Spring Boot Application Runs in IntelliJ IDEA but Fails with mvn install Due to JDBC URL Error

I'm encountering an issue with my Spring Boot application. It runs perfectly fine when I start it directly from IntelliJ IDEA by clicking the play button. However, when I try to build the project ...
Ramiro Schettino's user avatar
0 votes
1 answer
32 views

Azure DevOps Pipelines: deploy Java projects as maven dependencies for other projects

I have to create Azure DevOps pipelines for multiple Java maven projects that previously had no CI/CD process. All the projects are on the same Azure DevOps organization and are stored in Azure Repos. ...
martinz's user avatar
  • 13
0 votes
0 answers
19 views

Put android lib .jar online (Github)

I have several .jar libraries in my project. I do not have access to the source code, only the .jar. I would like to make the implementation of these files available via github. At the moment: ...
Joao Victor Simonassi Farias's user avatar
-1 votes
1 answer
16 views

maven: RepackageMojo has been compiled by a more recent version of the Java Runtime (class file version 61.0)

I've got an errror of java 17 and java 11 incompatability: RepackageMojo has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only ...
Irina's user avatar
  • 1,155
-1 votes
0 answers
49 views

Eclipse 2024-06 failed by transferring maven-compiler-plugin-3.13.0

I have upgraded my Eclipse to Version: 2024-06 (4.32.0). Since this moment I am not able to build my project anymore within Eclipse. As a native system JRE I am using AdoptOpenJDK 8 (jdk-8.0.312.7-...
Alex's user avatar
  • 161
0 votes
1 answer
28 views

Could not find artifact - Firebase Messaging dependency for Maven

I am currently developing and Android app using GluonFX, I'm trying to setup push notifications while following the documentation that recommends to use FireBase. Unfortunately when I try to add the ...
Bottas's user avatar
  • 13
-1 votes
1 answer
19 views

Exclude Specific file from Dependency Jar

I have an issue where I need to exclude a specific file from a JAR, but cannot exclude the JAR altogether. I have this JAR: <dependency> <groupId>org.acme.idm</groupId> ...
user1472409's user avatar
-1 votes
0 answers
20 views

Configuring Spring Boot Cloud Native Buildpacks argumrnts via command line instead of pom.xml

I'm using Spring Boot Cloud Native Buildpacks with Maven to build container images. According to the documentation, I can configure build options in pom.xml like this: <project> <build>...
kcsurapaneni's user avatar
-2 votes
0 answers
23 views

Frontend does not show working correctly when uploading to a server from visual studio code in Java [closed]

It works locally perfectly, when I upload it to the server it loads fine but it has no functionality, the APIs are in status 200 and I don't get any errors Dockerfile of the frontend FROM maven:3.8.4-...
Juan Muñoz's user avatar
-3 votes
0 answers
32 views

How to set up maven based eclipse plugin development environment in IntelliJ IDEA? [closed]

I understand there was question with identical title asked before and I am totally aware of that. But one thing to NOTE my intention is different. My intention is to be able to create maven based ...
Ananiya J. Kesto's user avatar
0 votes
0 answers
23 views

Format WSDL files using Spotless with Maven

I am trying to use Spotless with Maven to format WSDL files. Here is my configuration in the pom.xml: <plugin> <groupId>com.diffplug.spotless</groupId> <artifactId>...
Soma Básthy's user avatar
0 votes
0 answers
24 views

Want to use active choice parameter value in Root POM path in Jenkins

I have a job in Jenkins consisting of multiple maven projects and their respective pom.xml file. By giving active choice parameter value in root POM path user can select which project to run. My ...
Somesh Maggo's user avatar

15 30 50 per page
1
2 3 4 5
3247