Re: Stumbled upon a strange thing

2020-04-21 Thread Karl Heinz Marbaise
So, The solution is simple. I have to add the bound life cycle phase in the module which uses the plugin. If it's not there Maven needs to figure out the default phase which means need to lookup for the plugin and that's the cause for the fail "mvn clean". After adding that. A "mvn clean" works

Stumbled upon a strange thing

2020-04-21 Thread Karl Heinz Marbaise
Hi, currently I'm working on that project https://github.com/khmarbaise/maven-it-extension and realized that if I do: mvn clean [INFO] Reactor Summary for itf-extension 0.5.0-SNAPSHOT: [INFO] [INFO] itf-extension .. SUCCESS [ 0.193 s] [INFO] itf-executor