]> source.dussan.org Git - poi.git/commitdiff
Sonar-pom: Add some metadata, try to add Sonar exclusions for generated sources
authorDominik Stadler <centic@apache.org>
Fri, 28 Feb 2014 16:10:22 +0000 (16:10 +0000)
committerDominik Stadler <centic@apache.org>
Fri, 28 Feb 2014 16:10:22 +0000 (16:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1572979 13f79535-47bb-0310-9956-ffa450edef68

sonar/pom.xml

index 8d54d14d1dce0c2063b6180fea3a5dfab1e7f311..7859b506d178a07102db51b6496b9fd88e2cb7e6 100644 (file)
     <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>