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:
parent
a926d50986
commit
95bf999782
@ -41,6 +41,17 @@
|
|||||||
<url>http://www.apache.org/</url>
|
<url>http://www.apache.org/</url>
|
||||||
</organization>
|
</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>
|
<modules>
|
||||||
<module>main</module>
|
<module>main</module>
|
||||||
<module>ooxml-schema</module>
|
<module>ooxml-schema</module>
|
||||||
@ -53,6 +64,7 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>ASCII</project.build.sourceEncoding>
|
<project.build.sourceEncoding>ASCII</project.build.sourceEncoding>
|
||||||
|
<sonar.exclusions>**/*generated*</sonar.exclusions>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
Loading…
Reference in New Issue
Block a user