Repository: tomee Updated Branches: refs/heads/tomee-1.7.x 652f1b9b0 -> c1f8b3876
Clean conflicted generated sources Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/cf05e78d Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/cf05e78d Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/cf05e78d Branch: refs/heads/tomee-1.7.x Commit: cf05e78d019b03962eaa208790f2408b60f7b12e Parents: 652f1b9 Author: AndyGee <[email protected]> Authored: Thu Feb 11 14:14:59 2016 +0100 Committer: AndyGee <[email protected]> Committed: Thu Feb 11 14:14:59 2016 +0100 ---------------------------------------------------------------------- tomee/tomee-juli/pom.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee/blob/cf05e78d/tomee/tomee-juli/pom.xml ---------------------------------------------------------------------- diff --git a/tomee/tomee-juli/pom.xml b/tomee/tomee-juli/pom.xml index dbb0dbe..91fcc3a 100644 --- a/tomee/tomee-juli/pom.xml +++ b/tomee/tomee-juli/pom.xml @@ -77,6 +77,28 @@ <build> <plugins> <plugin> + <artifactId>maven-clean-plugin</artifactId> + <executions> + <execution> + <id>auto-clean</id> + <phase>initialize</phase> + <goals> + <goal>clean</goal> + </goals> + <configuration> + <filesets> + <fileset> + <directory>${project.build.outputDirectory}/generated-test-sources</directory> + <includes> + <include>**/*</include> + </includes> + </fileset> + </filesets> + </configuration> + </execution> + </executions> + </plugin> + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> <executions>
