This is an automated email from the ASF dual-hosted git repository. rouazana pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 642adc526be58b4784dc5f18fce3bcd18365077d Author: Benoit Tellier <[email protected]> AuthorDate: Wed Aug 28 15:04:52 2019 +0700 JAMES-2855 Generate mailet report for ICalendar mailet --- mailet/icalendar/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/mailet/icalendar/pom.xml b/mailet/icalendar/pom.xml index aae1550..c520d37 100644 --- a/mailet/icalendar/pom.xml +++ b/mailet/icalendar/pom.xml @@ -124,4 +124,12 @@ </dependency> </dependencies> + <build> + <plugins> + <plugin> + <groupId>${james.groupId}</groupId> + <artifactId>mailetdocs-maven-plugin</artifactId> + </plugin> + </plugins> + </build> </project> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
