<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>[my.group]</groupId>
  <artifactId>[tmy-project-id]</artifactId>
  <version>[my-project-version]</version>
  <packaging>pom</packaging>
  <name>[My Project Name]</name>
  <description>[Optional : my project description]</description>
  <build>
    <sourceDirectory>[relative path of the source code]</sourceDirectory>
  </build>
  <properties>
    <sonar.language>cobol</sonar.language>
    <sonar.dynamicAnalysis>false</sonar.dynamicAnalysis>
    <sonar.cobol.copy.directories>[Optional : the comma-separated relative paths 
         of copy books]</sonar.cobol.copy.directories>
    <sonar.cobol.file.suffixes>[Optional : the comma-separated suffixes of files to
         analyze. Default is all. Can be set in UI]</sonar.cobol.file.suffixes>
    <sonar.cobol.copy.suffixes>[Optional : the comma-separated suffixes of copy books
         to use. Default is all. Can be set in UI]</sonar.cobol.copy.suffixes>
    <sonar.cobol.acucobol.preprocessor.directives.directories>[Optional : 
        the comma-separated relative paths of AcuCobol
        Source Code Control directives] 
        </sonar.cobol.acucobol.preprocessor.directives.directories>
  </properties>
</project>

