On Monday 12 November 2007, Jens Rapp wrote: > well, i use a self-written plugin. do i have to implement this by > myself or is there an interface in your api?
Oh. No. Just use System.in/System.out. That's all the GPG plugin uses. Dan > > -------- Original-Nachricht -------- > > > Datum: Mon, 12 Nov 2007 08:14:51 -0500 > > Von: Daniel Kulp <[EMAIL PROTECTED]> > > An: [email protected] > > CC: "Jens Rapp" <[EMAIL PROTECTED]> > > Betreff: Re: is maven able to prompt for data? > > > > On Monday 12 November 2007, Jens Rapp wrote: > > > hey there, > > > is it possible to make maven prompt for input? e.g. i don't want > > > to have password data in my pom.xml. > > > > SOMETIMES it can, SOMETIMES it cannot. We're working on the > > "cannot" cases as we find them. Definitely log bugs if you find > > them. > > > > For example: > > The GPG plugin will prompt for passwords and such just fine if it's > > part of a normal build. However, due to the way older versions of > > the release plugin (haven't checked the latest version, we did put > > some fixes in a little while ago. I don't know if they were before > > or after the last release) forked the background processes to do the > > release processes, the IO was not properly redirected back so the > > prompting didn't work. > > > > > > -- > > J. Daniel Kulp > > Principal Engineer > > IONA > > P: 781-902-8727 C: 508-380-7194 > > [EMAIL PROTECTED] > > http://www.dankulp.com/blog > > > > -------------------------------------------------------------------- > >- To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727 C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
