Reputation: 173
I am creating a custom maven-plugin which requires some json files in the the mojo class and do some further processing on them. I will be taking these files as input from the user. is there any way to pass these files or path of these files with mvn clean install and access them in mojo class.
for ex - mvn clean install C:\Users\john\abc.json
Upvotes: 1
Views: 74