summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahoo-inc.com>2017-04-28 13:24:19 +0200
committerArne H Juul <arnej@yahoo-inc.com>2017-04-30 18:07:48 +0200
commitea66d6e87b60a6d5fabeeb62905a4a123f01dbdb (patch)
treed03b4a49fd4bceed0f53d86bf7dd3814a9010868 /pom.xml
parent53e0e1b06392d744c97300684ee3f74eca17976c (diff)
include bundle-plugin-test
* also, fix annoying warning from reporting plugins
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 2b940552fab..edae3a896f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1063,6 +1063,7 @@
<jersey2.version>2.23.2</jersey2.version>
<jetty.version>9.4.4.v20170414</jetty.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<test.hide>true</test.hide>
<doclint>all</doclint>
<scala.major-version>2.11</scala.major-version>
@@ -1077,6 +1078,7 @@
<module>application-model</module>
<module>application-preprocessor</module>
<module>bundle-plugin</module>
+ <module>bundle-plugin-test</module>
<module>chain</module>
<module>clustercontroller-apps</module>
<module>clustercontroller-apputil</module>