Re: Hooking custom plugin into deploy phase

2020-05-25 Thread Petr Fišer
as I am able to squish "cz.fiisch.maven.plugin.deploy.askpass:askpass-deploy-plugin:1.0-SNAPSHOT" under some alias so devs will not need to use this whole line, but just some condensed form like: mvn clean install SOMEALIAS:askpass deploy Cheers, Petr Fišer BCV solutions s.r.o. Mo

Re: Hooking custom plugin into deploy phase

2020-05-25 Thread Petr Fišer
in the "package" phase (with changed config in pom.xml of sample project and with different LifecyclePhase in the Mojo annotation in the plugin source, of course). Cheers, Petr Fišer BCV solutions s.r.o. Mobile: +420 607 618 243 E-mail: petr.fi...@bcvsolutions.eu Jabber: petr.fi...@bcvso

Re: Hooking custom plugin into deploy phase

2020-05-19 Thread Petr Fišer
to get some minimal working package, then think where it is right to put it. Cheers, Petr Fišer BCV solutions s.r.o. Mobile: +420 607 618 243 E-mail: petr.fi...@bcvsolutions.eu Jabber: petr.fi...@bcvsolutions.eu On 05/19/2020 02:55 PM, Karl Heinz Marbaise wrote: Hi, On 19.05.20 14:24, Petr

Re: Hooking custom plugin into deploy phase

2020-05-19 Thread Petr Fišer
n-deploy-plugin:2.8.2 ..." which still means that only maven-deploy-plugin got executed. Any idea what could be wrong? Maybe I have some error in my POM? Cheers, Petr Fišer BCV solutions s.r.o. Mobile: +420 607 618 243 E-mail: petr.fi...@bcvsolutions.eu Jabber: petr.fi...@bcvsolutions.eu On 0

Hooking custom plugin into deploy phase

2020-05-19 Thread Petr Fišer
http://maven.apache.org junit junit 3.8.1 test cz.fiisch.maven.plugin.deploy.askpass askpass-deploy-plugin 1.0-SNAPSHOT deploy askpass Cheers, -- Petr Fišer