Maven: How to change path to target directory from command line?
(I want to use another target directory in some cases)
|
feedback
|
|
You should use profiles.
And start maven with your profile
If you really want to define your directory from the command line you could do something like this (NOT recommended at all) :
And compile like this :
That's because you can't change the target directory by using | |||||||
feedback
|