Bruno Genovese
- 活动总数 136
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 9
- 订阅数 32
-
创建于 Tip of the day - shortcuts proposed not working?
已回答Given that I recently migrated from Eclipse and I am slow at memorizing new keyboard shortcuts, I love the "idea" of the "tip of the day". But... a lot of the tips keyboard shortcuts don't work. F... -
已编辑于 How to ensure that a module build ALWAYS updates the maven repository?
已回答I have a recurring problem that I'm sure has a well known solution in IntelliJ: - My IntelliJ project (aka ex-Eclipse workspace) has many modules, all relying on Maven. - Some of the modules genera... -
创建于 Can the Run/Debug configuration behavior be modified back to normal behaviors?
已回答IntelliJ does some weird things in the Run/Debug Configuration: If your project/module name is aaa-bbb, it renames it to aaa_bbb in both the Server and Deployment tabs. If you are deploying to Tom... -
创建于 Trivial question: Configuring default Maven groupId for all modules/projects
已回答Every time I create a new Maven module or project I find myself having to expand Advanced Settings and change the groupId from "org.example" to my organization's groupId. I am willing to bet that t... -
创建于 Best practice to run a webapp on Tomcat inside of IntelliJ
已回答Googling I found two ways to "run" a WAR on Tomcat from inside IntelliJ. Create a Run Configuration that explicitly points to Tomcat. Get the SmartTomcat plugin and create a SmartTomcat configurat... -
创建于 IntelliJ IDEA Ultimate crashed and cannot restart - how to fix?
已回答The IDE crashed while trying to generate a .WAR for a module and after that it fails to restart. I know I could reinstall from scratch but I really don't want to lose all of my configuration work. ... -
已编辑于 Maven tab problems - missing projects
已回答Following recommendations for migrating my Eclipse workspace to IntelliJ IDEA I created a single project and one module for each of 5 of my original Eclipse projects. All was going fine until I loo... -
创建于 Maven missing default settings.xml
已回答I do not like keeping my IDE data in c:\users\<myUser>\.m2 so I moved it to the D: drive and changed the appropriate settings to ensure that the location is found. But on my first "maven install" I... -
创建于 maven build and install
已回答I am starting to migrate my environment from Eclipse to IntelliJ. I first created a bom-pom-master project that most POMs will use as a parent. I then created a core-lib project and setup the PO... -
创建于 Migrating from Eclipse - about projects and modules
已回答I read the migration FAQ (https://www.jetbrains.com/help/idea/migrating-from-eclipse-to-intellij-idea.html) but it does not have much detail about how to migrate workspaces and projects. It just s...