We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version: 2024-12 (4.34.0) Build id: 20241128-0757
Project Structure:
cshop ---- pom.xml ---- src/resources ---- ucenter ---- pom.xml ----business ---- pom.xml
sub-module ( business,ucenter ) resource configuration
<resources> <resource> <directory>src/main/resources</directory> <includes> <include>**/*</include> </includes> <filtering>true</filtering> </resource> <resource> <directory>../src/resources</directory> <filtering>true</filtering> </resource> </resources>
Report an error: "Unable to update Maven configuration Cannot create linked resource '/src/resources'. The parent resource is not accessible."
But resource file are generated correctly in the target directory
There was no problem with eclipse before the upgrade, pre-upgrade eclipse version is 4.18.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version: 2024-12 (4.34.0)
Build id: 20241128-0757
Project Structure:
sub-module ( business,ucenter ) resource configuration
Report an error:
"Unable to update Maven configuration Cannot create linked resource '/src/resources'. The parent resource is not accessible."
But resource file are generated correctly in the target directory
There was no problem with eclipse before the upgrade, pre-upgrade eclipse version is 4.18.0
The text was updated successfully, but these errors were encountered: