# IGNITE-141 - Minor
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/4e0519a0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/4e0519a0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/4e0519a0 Branch: refs/heads/ignite-368 Commit: 4e0519a01c9f6cea01ec7b8d596b9f413e4be91e Parents: 8a5eb63 Author: Valentin Kulichenko <vkuliche...@gridgain.com> Authored: Mon Mar 9 21:54:20 2015 -0700 Committer: Valentin Kulichenko <vkuliche...@gridgain.com> Committed: Mon Mar 9 21:54:20 2015 -0700 ---------------------------------------------------------------------- modules/core/pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/4e0519a0/modules/core/pom.xml ---------------------------------------------------------------------- diff --git a/modules/core/pom.xml b/modules/core/pom.xml index c047018..c06a675 100644 --- a/modules/core/pom.xml +++ b/modules/core/pom.xml @@ -163,11 +163,11 @@ </goals> </execution> </executions> - <configuration> - <excludes> - <exclude>**/ClassesGenerator*</exclude> - </excludes> - </configuration> + <!--<configuration>--> + <!--<excludes>--> + <!--<exclude>**/ClassesGenerator*</exclude>--> + <!--</excludes>--> + <!--</configuration>--> </plugin> <plugin>