summaryrefslogtreecommitdiffstats
path: root/jdisc_messagebus_service
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-09-05 20:53:29 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2016-09-05 20:53:29 +0200
commitb933adb381acd2c8603c11ec6132312966956041 (patch)
treeecb4b73a85521b0b26b412d4a97a1c46f3860b6e /jdisc_messagebus_service
parent11372c72831016a9739238808eb065b6c30e2dd0 (diff)
Many modules wanted to copile with 1.5 in intellij.
Here are all that complained when trying to run tests in config-model.
Diffstat (limited to 'jdisc_messagebus_service')
-rw-r--r--jdisc_messagebus_service/pom.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/jdisc_messagebus_service/pom.xml b/jdisc_messagebus_service/pom.xml
index cf844e50a90..7c618e5d6e7 100644
--- a/jdisc_messagebus_service/pom.xml
+++ b/jdisc_messagebus_service/pom.xml
@@ -43,6 +43,21 @@
<artifactId>bundle-plugin</artifactId>
<extensions>true</extensions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>3.1</version>
+ <configuration>
+ <source>1.8</source>
+ <target>1.8</target>
+ <showWarnings>true</showWarnings>
+ <optimize>true</optimize>
+ <showDeprecation>false</showDeprecation>
+ <compilerArgs>
+ <arg>-Xlint:all</arg>
+ </compilerArgs>
+ </configuration>
+ </plugin>
</plugins>
</build>
</project>