Browse Source

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
tags/REL_3_11_BETA1
Dominik Stadler 10 years ago
parent
commit
8bd9aa0930
1 changed files with 12 additions and 0 deletions
  1. 12
    0
      sonar/pom.xml

+ 12
- 0
sonar/pom.xml 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>

Loading…
Cancel
Save