It's not really "current," but interested parties should see
http://en.wikipedia.org/wiki/Underpants_gnome

On Wed, Mar 24, 2010 at 5:52 PM, Kathryn Huxtable <
kath...@kathrynhuxtable.org> wrote:

> I believe he was using some current American television slang from "South
> Park". (The "profit" reference.)
>
> The basic idea is to run the "clean" goal as a maven command, and when it
> completes, run the "install" goal in a separate maven command.
>
> -K
>
> On Mar 24, 2010, at 4:48 PM, Compere, Lydie wrote:
>
> > Hello and thank you for your quick reply Jesse.
> >
> > Please pardon my ignorance but I'm not sure I understand.
> >
> > Would it be possible for you to clarify??
> >
> > Thanks again!
> > _____________________________________________
> >
> >
> > From Jesse Farinacci <jie...@gmail.com> Subject Re: Running multiple
> phases on multimodules. Date Wed, 24 Mar 2010 21:22:49 GMT
> > Hi Lydie,
> >
> > On Wed, Mar 24, 2010 at 4:59 PM, Compere, Lydie
> > <lydie.comp...@tdassurance.com> wrote:
> >>
> >> WHAT I WOULD LIKE MAVEN TO DO IS:
> >>
> >> ? ? ? ?clean Child-A
> >> ? ? ? ?clean Child-B
> >> ? ? ? ?clean Child-C
> >>
> >> ? ? ? ?install Child-A
> >> ? ? ? ?install Child-B
> >> ? ? ? ?install Child-C
> >>
> >> Is this possible??????
> >>
> >
> > $ mvn clean ; mvn install ; echo profit!
> >
> > -Jesse
> >
> > --
> > There are 10 types of people in this world, those
> > that can read binary and those that can not.
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> > For additional commands, e-mail: users-h...@maven.apache.org
> >
> > _____________________________________________
> >
> > Hello,
> >
> > I wonder if anyone ever had this 'request'.
> >
> > I have a multimodule pom and would like to run, say, phases clean and
> install.  Thing is, I would like the clean phase to be run on all my modules
> AND THEN have the install phase run on all my modules.  Is that possible?
> >
> > Ex.:
> >
> > Module-1
> >        Child-A
> >        Child-B
> >        Child-C
> >
> > If, at root (Module-1), I do mvn clean install, Maven will:
> >
> >        clean Child-A, install Child-A
> >        clean Child-B, install Child-B
> >        clean Child-C, install Child-C
> >
> > WHAT I WOULD LIKE MAVEN TO DO IS:
> >
> >        clean Child-A
> >        clean Child-B
> >        clean Child-C
> >
> >        install Child-A
> >        install Child-B
> >        install Child-C
> >
> > Is this possible??????
> >
> >
> >
> >
> >
> > TD Assurance réfère collectivement à toutes les entités et
> > activités Canadiennes d'assurance des particuliers au sein de
> > TDBFG.
> > TD Insurance refers collectively to all of the Canadian personal
> > lines insurance entities and activities within TDBFG.
> > -------------------------------------------------
> > AVIS DE CONFIDENTIALITE.
> >
> > Ce courriel, ainsi que tout renseignement ci-inclus, destiné
> > uniquement au(x) destinataire(s) susmentionné(s), est confidentiel.
> > Si vous n'êtes pas le destinataire prévu ou un agent responsable de
> > la livraison de ce courriel, tout examen, divulgation, copie,
> > impression, reproduction, distribution ou autre utilisation de
> > toute partie de ce courriel est strictement interdit de même que
> > toute action ou manquement à l'égard de celui-ci. Si vous avez reçu
> > ce message par erreur ou sans autorisation, veuillez en aviser
> > immédiatement l'expéditeur par retour de courriel ou par un autre
> > moyen et supprimez immédiatement et entièrement cette communication
> > de tout système électronique.
> >
> > NOTICE OF CONFIDENTIALITY.
> >
> > This communication, including any information transmitted with it,
> > is intended only for the use of the addressee(s) and is
> > confidential. If you are not an intended recipient or responsible
> > for delivering the message to an intended recipient, any review,
> > disclosure, conversion to hard copy, dissemination, reproduction or
> > other use of any part of this communication is strictly prohibited,
> > as is the taking or omitting of any action in reliance upon this
> > communication. If you received this communication in error or
> > without authorization please notify us immediately by return e-mail
> > or otherwise and permanently delete the entire communication from
> > any computer, disk drive, or other storage medium.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>

Reply via email to