Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Stelios Matthaios
Total activity
3
Last activity
August 06, 2024 10:00
Member since
April 19, 2024 14:39
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (0)
Comments (2)
Stelios Matthaios
commented,
August 06, 2024 10:00
An update to my previous comment. My problem was that the parent Pom had release as a version. The new IntelliJ comes with maven 3.9 which treats it as an error and does not download the dependenci...
Community
IntelliJ IDEA Users
Maven Dependency not recognized by IntelliJ
0 votes
Stelios Matthaios
commented,
April 19, 2024 14:39
In my case I had to specifically configure to the maven compiler plugin the source and target Java version. Example: <build> <finalName>${project.artifactId}</finalName> <plugins> ...
Community
IntelliJ IDEA Users
Maven Dependency not recognized by IntelliJ
0 votes