diff options
Diffstat (limited to 'sonar/ooxml')
-rw-r--r-- | sonar/ooxml/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sonar/ooxml/pom.xml b/sonar/ooxml/pom.xml index 4df81fe121..4d5e00d69b 100644 --- a/sonar/ooxml/pom.xml +++ b/sonar/ooxml/pom.xml @@ -77,6 +77,10 @@ <directory>src</directory> <followSymlinks>false</followSymlinks> </fileset> + <fileset> + <directory>build</directory> + <followSymlinks>false</followSymlinks> + </fileset> </filesets> </configuration> </plugin> |