-
Notifications
You must be signed in to change notification settings - Fork 454
New issue
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
Config Java Language Servce with Maven Profile #2989
Comments
I don't understand your issue with regard to profiles. Can you provide a sample project demonstrating the issue? |
I create a sample project to simulate my real project , here is repository address : https://github.com/Nonlone/NotAValidJavaProjectSample, any possible to provide multi configuration for maven profile in settings.xml |
I don't think we have a way to activate certain profiles. We do have both This seems similar to #3213 & #1263 (comment) |
With the latest |
[provide a description of the issue]
Environment
Steps To Reproduce
[Please attach a sample project reproducing the error]
Please attach logs
log in client.log
message: Project build error: Non-resolvable parent POM for xxxxx:1.0.0: xxxx:commons-app-parent:pom:1.2.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM; code: 0; resource: /xxxxx/pom.xml; line: 6\n
Current Result
show the project is not valid java project
Expected Result
run with maven profile options
Additional Informations
The text was updated successfully, but these errors were encountered: