gradle-tomcat-plugin
gradle-tomcat-plugin copied to clipboard
Setting default jsp package name from org.apache.jsp to your choice
This can be done with the -p option.
https://docs.oracle.com/cd/E19146-01/819-2634/abxcd/index.html
This is supported by the ant jspc plugin as the package attribute:
https://ant.apache.org/manual/Tasks/jspc.html
I'd be willing to put together a PR if you can give me branch creation ability.
Please fork the repo and send a pull request. We can take the discussion from there.