Multiple branches for same repository in same project
So for the same project I have multiple branches checked out at the same time. I have to jump between these two a lot as one is for new dev and the other support. Issue is within my Maven Projects view can't figure a way to name them differently so I can easily know which one references which branch when building. Another issue is in my run configurations when I need to remove one module/branch and add the other one to do a quick switch between them the names there also provide no way to distinguish the difference.
What can I do about this?
Please sign in to leave a comment.
So I figured out easy way to switch between builds using a single maven run configuration and swaping between repositories. Issue I am still having is anytime I want to remove one module and add another for the same project (context path) It requires a full server restart, redeploy doesn't work. This is a big pain as we use weblogic which takes like 10 minutes to start (Headache!!)
Suggestions?
Uggggggh, not even a full server stop and start works. It is still holding on to my old code base. Everything else about this product I love, but this is getting rediculous!!!