Author: centic
Date: Fri Feb 28 16:10:22 2014
New Revision: 1572979
URL: http://svn.apache.org/r1572979
Log:
Sonar-pom: Add some metadata, try to add Sonar exclusions for generated sources
Modified:
poi/trunk/sonar/pom.xml
Modified: poi/trunk/sonar/pom.xml
URL: http://svn.apache.org/viewvc/poi/trunk/sonar/pom.xml?rev=1572979&r1=1572978&r2=1572979&view=diff
==============================================================================
--- poi/trunk/sonar/pom.xml (original)
+++ poi/trunk/sonar/pom.xml Fri Feb 28 16:10:22 2014
@@ -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>
---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org
|