aboutsummaryrefslogtreecommitdiffstats
path: root/sonar
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2014-02-28 16:10:22 +0000
committerDominik Stadler <centic@apache.org>2014-02-28 16:10:22 +0000
commit8bd9aa0930efd6dac15ad22edb42d240cfcc1344 (patch)
tree1c5434a2209b802d87dc372d1fcd3a8b07c195c4 /sonar
parent10d05f61b241a58a0a206043ddefaf86417ff1d0 (diff)
downloadpoi-8bd9aa0930efd6dac15ad22edb42d240cfcc1344.tar.gz
poi-8bd9aa0930efd6dac15ad22edb42d240cfcc1344.zip
Sonar-pom: Add some metadata, try to add Sonar exclusions for generated sources
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1572979 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sonar')
-rw-r--r--sonar/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/sonar/pom.xml b/sonar/pom.xml
index 8d54d14d1d..7859b506d1 100644
--- a/sonar/pom.xml
+++ b/sonar/pom.xml
@@ -41,6 +41,17 @@
<url>http://www.apache.org/</url>
</organization>
+ <issueManagement>
+ <system>bugzilla</system>
+ <url>https://issues.apache.org/bugzilla/</url>
+ </issueManagement>
+
+ <scm>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/poi/trunk</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/poi/trunk</developerConnection>
+ <url>http://svn.apache.org/viewvc/poi</url>
+ </scm>
+
<modules>
<module>main</module>
<module>ooxml-schema</module>
@@ -53,6 +64,7 @@
<properties>
<project.build.sourceEncoding>ASCII</project.build.sourceEncoding>
+ <sonar.exclusions>**/*generated*</sonar.exclusions>
</properties>
<build>