I have a project that I use to contain all of my configuration specific information for client releases like HBM files, Spring configurations, and so on. This project is the one that I use to build and deploy my database. It contains a few different profiles for running ant tasks around the hibernate tools (since I couldn't get the hibernate plugins working real well with Maven 2). The problem that I have is that when I run "mvn release:prepare" it removes the depencies from my plugins in the profiles. It also removes the configurations for my notifiers under scm. Does anyone know if there is an issue already entered for this, or a workaround to keep it from happening? I have been very pleased with the release plugin so far. Thanks for your help.
Brian Ashburn
