Selaa lähdekoodia

sonar - remove build dir when cleaning

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1700034 13f79535-47bb-0310-9956-ffa450edef68
pull/24/head
Andreas Beeker 8 vuotta sitten
vanhempi
commit
537ca7355a
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. 4
    0
      sonar/ooxml/pom.xml

+ 4
- 0
sonar/ooxml/pom.xml Näytä tiedosto

@@ -77,6 +77,10 @@
<directory>src</directory>
<followSymlinks>false</followSymlinks>
</fileset>
<fileset>
<directory>build</directory>
<followSymlinks>false</followSymlinks>
</fileset>
</filesets>
</configuration>
</plugin>

Loading…
Peruuta
Tallenna