Repository: flex-falcon Updated Branches: refs/heads/feature/maven-migration 93cbbfd15 -> 15b295eaf
Commented out the delete operation Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/15b295ea Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/15b295ea Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/15b295ea Branch: refs/heads/feature/maven-migration Commit: 15b295eafa2c1ae55255decf0a4d1ab7e1dedbb3 Parents: 93cbbfd Author: Christofer Dutz <[email protected]> Authored: Sat Mar 19 16:23:29 2016 +0100 Committer: Christofer Dutz <[email protected]> Committed: Sat Mar 19 16:23:29 2016 +0100 ---------------------------------------------------------------------- externs/createjs/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/15b295ea/externs/createjs/pom.xml ---------------------------------------------------------------------- diff --git a/externs/createjs/pom.xml b/externs/createjs/pom.xml index f24b062..2a5c8d1 100644 --- a/externs/createjs/pom.xml +++ b/externs/createjs/pom.xml @@ -143,7 +143,7 @@ </configuration> </execution> <!-- It seems that excluding the files doesn't work, so we have to delete them --> - <execution> + <!--execution> <id>pre-process-delete-unused</id> <phase>validate</phase> <goals> @@ -158,7 +158,7 @@ <delete-file-operation/> </operations> </configuration> - </execution> + </execution--> </executions> <configuration> <!-- Take the JavaScript from the previously downloaded and unpacked distribution -->
