Well , I will answer to myself again.... I dont know why, but when, i have the Skipper plugin in parrent pom.xml in <build> part , it hasnt been called in the last module (the most wanted - execution root folder) . But when I added calling the Skipper plugin directly into command line like this:
mvn clean install my.group.id:my.artifact.id:goal than the Skipper plugin is finally called in the last reactor project.... dont know why...but it works :-) Regards > ------------ Původní zpráva ------------ > Od: <[email protected]> > Předmět: Re: how run plugin only once after build? > Datum: 01.8.2012 11:02:16 > ---------------------------------------- > Thanks, but now I have another question. it works almost perfect. The Skipper > plugin skip the modules which is not the execution root. But when the last > module (the execution root) should come to process, it wont runt the Skipper > plugin, and the build is finished as succesful. > > why? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
