Unknown lifecycle phase maven

前端 未结 5 2142
小蘑菇
小蘑菇 2020-12-09 04:08

I am new to maven and camel.

I tried executing the examples in camel book. And I am getting this error when I run the following command.

Command:

5条回答
  •  执念已碎
    2020-12-09 04:38

    you have likely a space between -Dtest= and SpringTransformMethodTest. That's then interpreted as 2 items instead of one.

提交回复
热议问题