主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Stelios Matthaios
活动总数
3
最后的活动
2024年08月06日 10:00
成员加入日期
2024年04月19日 14:39
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
1
活动概览
帖子(0)
评论(2)
按最近的活动排序
最近的活动
投票数
创建于
2024年08月06日 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...
社区
IntelliJ IDEA Users
Maven Dependency not recognized by IntelliJ
0 票
创建于
2024年04月19日 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> ...
社区
IntelliJ IDEA Users
Maven Dependency not recognized by IntelliJ
0 票