I'm using mvn com.package:plugin:goal
command, but it runs first for the root, and then for every module.
But I want to run it only for the root.
I found -pl=module
parameter, but how to pass root
there?
I'm using mvn com.package:plugin:goal
command, but it runs first for the root, and then for every module.
But I want to run it only for the root.
I found -pl=module
parameter, but how to pass root
there?