From e99fe91a96acda6eacf07656484f01f9897c8012 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Fri, 31 Oct 2014 05:48:59 -0400
Subject: [PATCH] Added JXR source reporting in the maven build script for the
examples submodule. This will add source code output to the maven site
generated. Also added cobertura examples.
Issue: DANN-16
Change-Id: I543ad37234f34819520b0ebff7d9bc4df006d25c
---
pom.xml | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/pom.xml b/pom.xml
index b447ef6..92e629c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,6 +112,19 @@
</repository>
</repositories>
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jxr-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>cobertura-maven-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </reporting>
+
<build>
<resources>
<resource>
--
GitLab