I'm trying to figure this out for over a year now but I can't run JUnit5 suites unless I use the JUnit4 @RunWith annotation, which brings me some other issues.
I setup a docker nexus with this docker-compose.yml: version: "3" services: nexus: restart: always image: sonatype/nexus3 container_name: nexus
when i'm navigating to a maven dependency class, i get a .class file with this comment on top and no doc is shown : // Failed to get sources. Instead, stub sour
Hi I am running the below code to deploy a dataflow template in GCP. mvn compile exec:java \ -Dexec.mainClass=com.google.cloud.teleport.templates.TextIOT
I use OpenJDK 17 with Maven Wrapper 3.8.2 from Spring Initializr (Maven project, JAR packaging, Java 17, Spring Boot 2.6.0). No additional dependencies. user@D
Im trying to use this importer http://www.interactivemesh.org/models/jfx3dimporter.html to import an STL file as a triangle mesh, i get no errors in the IDE whe
Simple question, how to include and load embedded resources from a Maven based project when using Netbeans 12x In a traditional/Ant based project, it's possible
Created a Spring boot application using Java 11 and trying to deploy in AWS Lambda. Encountering the following error in AWS Lambda. I see it is an issue with th
I'm having trouble getting JaCoCo to work with Maven. I keep running into either Skipping JaCoCo execution due to missing execution data file. Or The parameter
I want to publish an Android in jitpack.io but api dependencies are missing, that's why I use with Gradle 7.2 this project.afterEvaluate { publishing {
I'm getting this error when running some mvn test on my Java application in macOS Monterey WARNING: /usr/local/Cellar/openjdk@8/1.8.0+322/libexec/openjdk.jdk/Co
Small question regarding maven-assembly-plugin please. I am currently configuring as follow: <plugin> <groupId>org.apache.maven.
Maven is not able to download artifact when referred by version such as 'XXX-SNAPSHOT' but it is able to download every other dependency from it. It even downlo
When building my Maven project, I expect the Jenkins Artifactory Plugin to deploy/publish artifacts which I successfully maven-install (ie, copied from the /tar
I am working on an independent JDBC/Springboot project and I am having a lot of trouble actually posting any data from postman into MySQL. I have tried looking
I'm trying to generate the war file , war generated successfully but when i decompress and check the jars inside lib , the commented Maven dependencies also app
I wanted to swap out the deprecated High Level Rest Client with the new Java API Client from Elasticsearch. Problem is, I'm not sure if my dependencies are conf
I am trying to build the Extended-jss7 from https://github.com/PAiC-team/Extended-jSS7. I am getting stuck on building Restcomm jSS7 :: M3UA :: Api see below e
I am trying to create a project in IntelliJ using Maven, but when running mvn install or mvn test in order to run the simple JUnit tests I wrote, it fails with
I set up a simple Github Actions workflow simply to check if my self-hosted Windows Virtual Machine is able to recognize the installed java/git/maven versions.