johnny-b-goode
johnny-b-goode

Reputation: 3893

Need to copy dependency to specified folder

Is it possible to make a copy of particular dependency and place it to required folder during maven build procedure? This dependencies is used in main project as well as in a small utility script, so they should be present.

Thanks.

Upvotes: 1

Views: 61

Answers (1)

Ilya
Ilya

Reputation: 29673

use
Maven dependency plugin
Copy dependencies

Upvotes: 1

Related Questions