diff --git a/pom.xml b/pom.xml
index 0e4980a60b6fe8ef64ab4273fc91ead8b3ea193b..17d907e3fbbfe4752f367892c03d49ea68cd2602 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <parent>
         <groupId>net.ihe.gazelle.maven</groupId>
@@ -37,6 +38,9 @@
         <simulator.admin.name>Eric Poiseau</simulator.admin.name>
         <simulator.admin.title>IHE EU Manager</simulator.admin.title>
         <simulator.admin.mail>eric.poiseau@inria.fr</simulator.admin.mail>
+        <maven.compiler.source>1.7</maven.compiler.source>
+        <maven.compiler.target>1.7</maven.compiler.target>
+        <sonar.exclusion>file:**/*.js</sonar.exclusion>
     </properties>
 
     <dependencyManagement>