Maven Plugins - how to require a license
Posted
by Walter White
on Stack Overflow
See other posts from Stack Overflow
or by Walter White
Published on 2009-10-10T19:17:48Z
Indexed on
2010/05/03
11:48 UTC
Read the original article
Hit count: 426
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.
- Modify the existing plugin to validate the license file
- Generate the license file online and store the information for retrieval later.
Thanks, Walter
© Stack Overflow or respective owner