python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Copy resources into sepparate folders in the jar with maven
I'm new to maven and I've been trying to include some assets such as images and sounds in my exported .jar, but it doesn't seem to work. I'm trying to copy them in 2 separate folders one in ${basedir}...
Moshu
Votes: 0
Answers: 0
Gradlew vs mvn timezone
I got a Docker container by default in UTC Timezone (gitlab runner)
When i start my tests in the container with "mvn" then jvm uses UTC timezone, but when i start the same tests with "g...

MiklosBalazsi
Votes: 0
Answers: 1
In test classes using main classes in other modules in a multi-module maven project
I have a multi-module Maven project. structure look like this:
Parent
|-- Module A
|-- src/test
|-- TestA
|-- Module B
|-- src/main
|-- B
in Modu...
youssef Liouene
Votes: 0
Answers: 0
Intellij recognizes maven dependency as SNAPSHOT
I am using Intellij IDEA 2021.3.1 Community edition on Linux for one of my Maven project. In the pom.xml file, there is a dependency with system scope having version 3.0-20211116.183306-362 as mention...
Steve
Votes: 0
Answers: 0