Maven Plugins - how to require a license

非 Y 不嫁゛ 提交于 2020-01-04 14:18:10

问题


I would like to make my plugin require a license to run similar to the maven clover plugin. Is there some utility out there that I can generate licenses with that will also allow me to integrate that into the plugin?

I need to do the following steps.

  1. Modify the existing plugin to validate the license file
  2. Generate the license file online and store the information for retrieval later.

Thanks, Walter

来源:https://stackoverflow.com/questions/1548831/maven-plugins-how-to-require-a-license

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!