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
This commit is contained in:
Dominik Stadler 2014-02-28 16:10:22 +00:00
parent a926d50986
commit 95bf999782
1 changed files with 12 additions and 0 deletions

View File

@ -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>