开发者

How maven plugin can aggregate information from sub-modules?

开发者 https://www.devze.com 2023-02-22 19:38 出处:网络
I\'m trying to develop Maven-3 reporting plugin that will have an aggregate option. When this option is set to true the plugin has collect开发者_运维百科 data from sub-modules and build a report just

I'm trying to develop Maven-3 reporting plugin that will have an aggregate option. When this option is set to true the plugin has collect开发者_运维百科 data from sub-modules and build a report just once - in parent module. How can I do this and where I can find documentation about it? Maybe an example of such a reporting plugin? Pay attention, it's Maven-3.


Take a look at the Maven-JavaDoc-Plugin, the Maven-Source-Plugin and may be the maven-license-plugin but documentation you won't find. The source is the documentation ;-)

0

精彩评论

暂无评论...
验证码 换一张
取 消