Open perceptron8 opened 3 months ago
I receive the same error stack.
What are the steps to reproduce the problem?
releasenotes.txt
, which should be copied to the target-directory (or to all target directories in case of having multiple submodules) at deploy target<resource>
, which has always worked so far (<directory>..</directory>
).It seems, that m2e/Eclipse does not accept the root layer ( /
) as a directory anymore.
The critical line is therefore at minexample\mymodule1\src\main\java\mymodule1\Module1.java
at line 23. Imo, in case you route this <directory>
by using ..
to the root layer, the error appears.
In case, you use some other directorypath, e.g. <directory>.</directory>
(current submodule-dir), eclipse would accept this.
How to build?
mvn clean package
Maven
-> Update project
-> OK
Error:
Technical details:
Apache Maven 3.9.7 (8b094c9513efc1b9ce2d952b3b9c8eaedaf8cbf0)
Maven home: C:\Users\<Username>\Documents\apache-maven-3.9.7
Java version: 1.8.0_312, vendor: Temurin, runtime: C:\Program Files\Eclipse Adoptium\jdk-8.0.312.7-hotspot\jre
Default locale: de_DE, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
eclipse.buildId=4.32.0.20240606-1231
java.version=22.0.1
java.vendor=Eclipse Adoptium
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=de_DE
Framework arguments: -product org.eclipse.epp.package.java.product
Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.java.product
Is there any timeslot/plan from the development-team here to fix this problem?
There is no "development team" only some people working on their free time, if you can reproduce and like to provide a fix contributions are welcome.
If this is crucial to someones business and likes to speed up the development in that area a sponsoring would allow me to assign more time-slots or contact me directly for contracted work to fix a particular issue.
I appreciate spending the free time for such a project. So, I already was able to reproduce it, and prepared the minimal example - hope this example helped to show the developer, what went wrong.
What steps will reproduce the problem?
* you may like to use
[groupId].[artifactId]
as "Name template" to avoid name conflicts