harryssuperman
harryssuperman
Hi folks, i had the same issue with latest local maven 3.9.5. I was looking at unsere CI System and in the last few weeks was the same problem but...
Hi folks, after testing a lot, we have discovered our IT Security department introduced a new antivirus (trendmicro) and i think it was the main reason for the problem. This...
After diving into the problem again, it is right now clear. Problem has to be with [https://issues.apache.org/jira/browse/MRESOLVER-372](https://issues.apache.org/jira/browse/MRESOLVER-372 ) i was coming back to version 3.9.3 and problem is not yet...
Thank you so much @cstamas. I was checking the next [release version for 3.9.6](https://issues.apache.org/jira/projects/MNG/versions/12353686). Our windows build server will be waiting for it! ;-)
Thank you very much @cstamas for the vote and the binaries. I've just installed it in our CI Windows Server. It seems running pretty fine now und all the builds...
Hi folks, after setting/installing the new maven version 3.9.6, all builds are running now with and without wrapper fine for a week yet. because @chenfeg started the issue with Maven...
@cstamas Thanks a lot for the information and the Team too! Waiting expecting for the Maven 4!
try to exclude the dependencies in the gluonfx-maven-plugin section in the pom.xml. If i remember well something like this: ``` com.gluonhq gluonfx-maven-plugin ${gluonfx.plugin.version} ${gluonfx.target} ${main.class} ```
For me the PortMapping was like next: apiserver 8081:8080 podman run -d -m 8192m -p 8081:8080 --name dependency-track -v dependency-track:/data dependencytrack/apiserver and frontend 8080:8080 podman run -d -p 8080:8080 --name...
I had a similar problem and after taking the answer from @mazhewei and @invzbl3 got it working. The main problem here could be a Intellij-Settings-Problem. For me following Setting for...