Bruno Genovese
- Total activity 136
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 9
- Subscriptions 32
-
Created Tip of the day - shortcuts proposed not working?
AnsweredGiven 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... -
Edited How to ensure that a module build ALWAYS updates the maven repository?
AnsweredI 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... -
Created Can the Run/Debug configuration behavior be modified back to normal behaviors?
AnsweredIntelliJ 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... -
Created Trivial question: Configuring default Maven groupId for all modules/projects
AnsweredEvery 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... -
Created Best practice to run a webapp on Tomcat inside of IntelliJ
AnsweredGoogling 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... -
Created IntelliJ IDEA Ultimate crashed and cannot restart - how to fix?
AnsweredThe 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. ... -
Edited Maven tab problems - missing projects
AnsweredFollowing 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... -
Created Maven missing default settings.xml
AnsweredI 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... -
Created maven build and install
AnsweredI 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... -
Created Migrating from Eclipse - about projects and modules
AnsweredI 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...