Results for maven
I'm migrating from Ivy+Ant to Maven and I'm quite new to Maven so bear with me... I need to 'filter' a single source file (.java) containing a placeho...
I am working on a JavaFX Maven project in VSCode and am trying to import Gson into one of my classes and it's not letting me. VSCode gives me a "The t...
I install maven mvn on the fly on Windows which is a GitHub runner that uses powershell. I then wish to run and execute the installed maven. Below are...
How can we update the version of maven in a java project. I have tried changing the version in pom.xml file but that is leading to build failures when...
When running my Spigot plugin (built with Kotlin and Maven) I'm receiving an error about a missing class. The file 'com.github.shynixn.mccoroutine.buk...
I am using Maven version 3.9.5. I'm attempting to execute a Maven command with the 'aether.connector.http.headers' configuration option to include cus...
I want to avoid running org.owasp dependency-check-maven when I run mvn clean install. On the other hand, I would like it to run on mvn clean site. In...
i have a behaviour difference between : mvn compile command in Linux terminal mvn compile goal in Intellij IDEA/maven windows/goal compile I detail ...
I'm currently working on a Java Spring Boot project with Maven and am encountering difficulties while trying to set up Swagger documentation for my AP...
I'm using windows 10 and building with Maven and Java 20. PS H:\Documents\auto-testing> mvn --version Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf...
I'm using Spring Boot 3.1.5, Java 21 and maven 3.9.5. I've got the following error when running mvn spring-boot:build-image [INFO] > Pulling builder ...
I’m using maven version 3.6.3 mvn package command fails with the below error message: [INFO] Scanning for projects... [INFO] [INFO] ...
I am confused by the so many partial answers to my question: with maven, junit5 and surefire plugin (all latest versions), how to run those tests with...
Building a project with the Tekton standard "maven" Task works fine for JDK8 and JDK11. When changing to another JDK17 project, I get this message: F...
I'm working on a Java library that is in a private company GitLab repo. It's part of an SDK to be used by customers. I'm trying to figure out how to p...
I'm using beanshell postprocessor to write a file in my jmeter script,when I run this script as a maven project the file is being written into the tar...
I have wrote a cmd program of editing excel file by java 17. Then, I want to build it to a windows executable exe file. By reading a post of below, tr...
I am on a maven project, migrating from Java 8 to 11, and I am facing these errors: 11:36:39,016 ERROR [org.jboss.msc.service.fail] (MSC service thre...
At work, at home, on open source projects, I often face the same trouble: I download a project. I compile it from a command line with Maven and succe...
I have the following spring boot project, organised in maven modules: RootModule --ChildModule1 ----ChildModule1_1/src/main/resources/my-config.yml --...
While reworking a CI pipeline script, i stumbled into $ mvn $MAVEN_CLI_OPTS clean compile Unable to parse command line options: Unrecognized option: -...
I created a Maven project in Eclipse, but I can't edit the pom.xml file because it's not showing the editing window to add dependencies. It's only sho...
I always wondered, are there any issues with specifying versions for maven plugins like surefire or the compiler. So I am using mvn version 3.5 with j...
In the articles I've read about Maven, I can't tell for sure whether Maven itself has a Java compiler or whether it relies on the compiler in JDK or b...
I have a parent project which contains several sub modules created with Maven. I need to run the sub modules one by one and then last one is report ge...
How do I undo the most recent local commits in Git?
How can I remove a specific item from an array in JavaScript?
How do I delete a Git branch locally and remotely?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing specific text (string) on Linux?
How do I revert a Git repository to a previous commit?
How do I create an HTML button that acts like a link?
How do I check out a remote Git branch?