Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-dev] Uninteresting lifecycle phases are built???

Hello people,

I have a situation where I use the "frontend-maven-plugin" (https://github.com/eirslett/frontend-maven-plugin)
and it's binded on different phases depending on the work to be done.

For example, yarn build is on the compile phase and yarn test is on the test phase.

But this is where it gets weird. The yarn test is executed by the m2e in MavenBuilderImpl ???

It takes a very long time since it runs all the unit tests.

Why? This is not an interesting phase for m2e. Furthermore, I have noticed it runs other uninteresting phases
like package,install and deploy.

Can someone explain to me how this is a good behavior?



Back to the top