Skip to main content

Questions tagged [maven]

Apache Maven is a build automation and project management tool used primarily for Java projects. This tag is for questions that don't relate to a specific Maven version. Use the gradle tag instead for questions relating to Gradle.

maven
0 votes
0 answers
6 views

mvn release:perform fails with authentication error

I have settings.xml with below section. <server> <id>github</id> <username>services</username> <password>${token}</password> </...
Suraj's user avatar
  • 185
0 votes
0 answers
28 views

JsonSchemaValidator module name is confused Maven vs Eclipse

I'm having trouble getting a Maven Eclipse project to build in both Maven and Eclipse. The problem appears to be that the JSON validation library com.networknt wants to be required (in module-info....
fig's user avatar
  • 790
0 votes
0 answers
9 views

How to solve 'protoc-gen-java: program not found or is not executable'

I meet this error when I build apache/ratis master branch, and all files are never changed enter image description here my env is: enter image description here I tried some idk versions but still get ...
ka yuu's user avatar
  • 1
0 votes
0 answers
21 views

Maven Serenity: Failed to resolve the class file version of the current VM: Unknown Java version: 0

I am currently trying to set up a project, but I keep running into this issue. I am currently using maven 3.9.6 and Java 22.0.1. I can provide more info if needed, right now I have no idea what to ...
vacant desk's user avatar
0 votes
1 answer
32 views

Issues with Maven Multi-Module Project: Dependency Not Found

I am working on a Maven multi-module project and I'm having issues using a common package in two of my modules. Here is the project structure: Goal: I want to use the common package in both image-gen ...
Muneer's user avatar
  • 29
0 votes
0 answers
25 views

Maven exception: has been compiled by a more recent version of the Java Runtime (class file version 61.0) [duplicate]

i wrote default java spring code built by maven, but i have this exception: java.lang.UnsupportedClassVersionError: org/springframework/context/support/ClassPathXmlApplicationContext has been compiled ...
tonkax's user avatar
  • 1
0 votes
0 answers
31 views

There are new SDK issues com.google.android.play:core:1.9.1

I get the following message after submitting my app to the play store: com.google.android.play:core:1.9.1 Google Play Core (com.google.android.play:core) has added this note for SDK version 1.9.1: ...
GImbal's user avatar
  • 11
-1 votes
0 answers
21 views

Apache beam Pipeline | kafka to Dataproc

I have created a beam pipeline to read data from the Kafka topic and then insert it to hive tables in DataProc cluster I consumed the data and converted it to the HcatRecord as below p....
Dulanga Heshan's user avatar
0 votes
0 answers
22 views

I'm having issues with setting up flyway migrations with a postgres database

After hours of trials and tribulations, I'm trying to set up flyway migrations so I can easily create database tables within my project. Here is my current POM file: <?xml version="1.0" ...
tcampbell649's user avatar
-2 votes
0 answers
32 views

Spring Web Application do not create executable jar file in Intellij Idea

I am trying to create an executable jar file for deploy in Intellij Idea Instead of that "mvn clean package" starts an application (that is working for sure) but there is no jar file in \...
Роман Бачев's user avatar
0 votes
0 answers
26 views

Error creating bean with name 'filterChain' defined in class path resource

I'm currently following a guide to set up Spring Security for my application, I don't fully understand what's going on with the code so it's a bit hard to debug. The methods that are deprecated are: ...
Nabeel Elberry's user avatar
0 votes
0 answers
23 views

Can't find androidx.appcompat

I want to start android development. As Android Studio is hungry for memory, I don't want to use Android Studio. I built a maven project and tried to add androidx library to my project. I spent the ...
Ferdous Hasan's user avatar
1 vote
0 answers
50 views

Kotlin interoperability issue with implementing interfaces

I'm working on migrating a web project from Java to Kotlin. During this process I'm faced with compilation issue that can make problems in the future, especially where the existing projects have to ...
Alexandr's user avatar
-2 votes
0 answers
28 views

Springboot Application keeps reloading every time I click login [closed]

I am creating an OAuth authentication page using Springboot. I want the user to pass in their username and password(right now it would be customUser and customPassword) and redirect them to my home ...
AppleDev3's user avatar
0 votes
1 answer
17 views

How do I set a token for maven_install rule in bazel?

I'm trying to download a maven artifact using bazel with maven_install. Artifactory requires a token which I have and confirmed it works via: curl -vvv --oauth2-bearer token url. I can see the ...
gph's user avatar
  • 1,216

15 30 50 per page
1
2 3 4 5
5927