Details
Description
Request via email:
Hi Jan,
My name is Alex. If I'm not wrong, you are the person who knows about jetty-maven-plugin. So here is my story.
I'm developing my maven plugin and it is using your's one. And I've noticed I cannot execute jetty-maven-plugin withing my plugin as I cannot set some private/protected fields which is passed as plugin parameters in the pom file. So I've decided to make an update and create a set of getters and setters so I can set it and execute within java. I know I can use mojo-executor instead but I don't like that approach.
The attached bundle contains README.txt where I described revision I took and modified files. Also It has folders: original and updated, where you can find the updated files and compare with original one.
Also you can add me as a contributor so I can commit it to trunk by myself.
Please review and let me know if you have any questions.
Thanks,
here is diff file attached