Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 2f485e41 authored by Guillaume Thomazon's avatar Guillaume Thomazon
Browse files

PROXY-158 : Exclude js from Sonar analysis

git-svn-id: https://scm.gforge.inria.fr/authscm/ycadoret/svn/gazelle/Maven/gazelle-proxy/trunk@53961 356b4b1a-1d2b-0410-8bf1-ffa24008f01e
parent 8e809f78
No related branches found
No related tags found
Loading
<?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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment