commit | 245ce8462fb66bbc8dfc1eb36fd36cc89245413a | [log] [tgz] |
---|---|---|
author | Alexander Kurtakov <akurtako@redhat.com> | Fri Mar 08 16:11:24 2013 +0200 |
committer | Alexander Kurtakov <akurtako@redhat.com> | Fri Mar 08 16:12:39 2013 +0200 |
tree | 4b02fc1ecb7085f23a1ce3794146037ebfbbe850 | |
parent | 48d1f443cd3054d1c726689b3f2228018cfc31fd [diff] [blame] |
Add src folder to the maven-clean-plugin config. The content is generated at build time so it has to be cleaned.
diff --git a/pom.xml b/pom.xml index d8cf11b..b2281f1 100644 --- a/pom.xml +++ b/pom.xml
@@ -58,6 +58,13 @@ <configuration> <filesets> <fileset> + <directory>src</directory> + <includes> + <include>**/*</include> + </includes> + <followSymlinks>false</followSymlinks> + </fileset> + <fileset> <directory>@dot</directory> <includes> <include>**/*</include>