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 98b3f93de77677c64755bd300c5cb007f295698d Author: Benoit Tellier <[email protected]> AuthorDate: Wed Aug 28 15:06:23 2019 +0700 JAMES-2855 Add mailet report for JDKIM mailet --- server/mailet/dkim/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/server/mailet/dkim/pom.xml b/server/mailet/dkim/pom.xml index e021de0..a92017c 100644 --- a/server/mailet/dkim/pom.xml +++ b/server/mailet/dkim/pom.xml @@ -133,4 +133,15 @@ </dependency> </dependencies> + <build> + <plugins> + <plugin> + <groupId>${james.groupId}</groupId> + <artifactId>mailetdocs-maven-plugin</artifactId> + <configuration> + <outputDirectory>target/mailetdocs</outputDirectory> + </configuration> + </plugin> + </plugins> + </build> </project> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
