well, you can't ;-) I assume you reference the plugin in your pom right? (probably for configuration...) the only way I can see is temporarily removing that section before releasing (as it doesn't really affect the build, only for development environment) and restoring it after release. Perhaps someone has a better idea?
On 4/26/06, Roland Kofler <[EMAIL PROTECTED]> wrote: > > problem is when you release:prepare, you get: > > [INFO] Can't release project due to non released dependencies : > > > org.apache.maven.plugins:maven-idea-plugin:maven-plugin:2.0-beta-2-SNAPSHOT:runtime > > How can I use SNAPSHOT plugins and release?? > > thanks > Roland > > > Trent Rosenbaum schrieb: > > Thanks for the help, I will download the SNAPSHOT and work with that. > > > > Trent > > > > On 21/04/06, Konstantin Polyzois <[EMAIL PROTECTED]> wrote: > > > >> I can only agree that the snapshot version is much better, don't have a > >> clue > >> when it will be relesaed... > >> > >> /konstantin > >> > >> On 4/20/06, Arik Kfir <[EMAIL PROTECTED]> wrote: > >> > >>> Hi Trent, > >>> > >>> Indeed the snapshot version (or the svn version if you build it > >>> > >> yourself) > >> > >>> is > >>> much better. > >>> > >>> To build it from source (I can't find a snapshot version in the > >>> > >> snapshots > >> > >>> repository, at http://svn.apache.org/maven-snapshot-repository) run: > >>> > >>> svn checkout > >>> http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-idea-plugin > >>> cd maven-idea-plugin > >>> mvn install > >>> > >>> This will build a new version and install it in your local repository, > >>> > >> so > >> > >>> you can use it. > >>> > >>> Hope this helps, > >>> Arik Kfir. > >>> > >>> On 4/20/06, Trent Rosenbaum <[EMAIL PROTECTED]> wrote: > >>> > >>>> Hi there, > >>>> > >>>> I am interested in using the IDEA plugin fro Maven 2 and was > wondering > >>>> when > >>>> the next release is expected? > >>>> From my plugin-registry.xml file I can see that I am using release > >>>> 2.0-beta-1 and I noticed an email saying that the latest SNAPSHOT > >>>> contained > >>>> many more features over the current release. > >>>> > >>>> Does anyone have more info on the subject? > >>>> > >>>> Many thanks > >>>> Trent > >>>> > >>>> > >>>> > >>> -- > >>> ______________________________________ > >>> Cheers, > >>> Arik Kfir [EMAIL PROTECTED] > >>> Linux user, number 415067 - http://counter.li.org/ > >>> http://corleon.dnsalias.org > >>> > >>> > >> > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- ______________________________________ Cheers, Arik Kfir [EMAIL PROTECTED] Linux user, number 415067 - http://counter.li.org/ http://corleon.dnsalias.org
