Hello all,

first of all, this is a very nice plug-in. Keep up the good work.

I did an evaluation of the plug-in for using it at work, during continuous integration process. The purpose was to automatically generate a list of all third party libraries licenses used in our final distribution. The list is supposed to be verified before release to see if all the licenses are in order.

I was able to do all of these by using the add-third-party and aggregate-add-third-party goals. However, the generated files contain all the licenses for all the libraries used in distribution, including our own libraries. I wonder if it's possible to add a filter to exclude libraries from the licenses files. I'd like to keep in the files only the genuine third party libraries and filter our products.

What I've done so far was to check out the project from SVN and modify it to filter all the libraries respecting some regular expression (testing if groupId or artifactId contains some expression given as configuration parameter). But I dislike this procedure as I will have to manually maintain the modified project. I wonder if it's possible to provide such a functionality with the Maven License Plug-in.

Thank you,
Petrica