Ignite-230 fix6

Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/4f6f60fa
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/4f6f60fa
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/4f6f60fa

Branch: refs/heads/ignite-143
Commit: 4f6f60fabde709a6489ea1134b9373325dff6f50
Parents: e301841
Author: avinogradov <avinogra...@gridgain.com>
Authored: Fri Feb 13 16:51:19 2015 +0300
Committer: avinogradov <avinogra...@gridgain.com>
Committed: Fri Feb 13 16:51:19 2015 +0300

----------------------------------------------------------------------
 pom.xml | 44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/4f6f60fa/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 34ae516..9cfe3c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -509,31 +509,31 @@
             </plugin>
 
             <!-- ensure proper cleanup after install -->
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-clean-plugin</artifactId>
-                <inherited>false</inherited>
-                <executions>
-                    <execution>
-                        <id>flatten.clean.after</id>
-                        <phase>install</phase>
-                        <goals>
-                            <goal>clean</goal>
-                        </goals>
-                        <configuration>
-                            
<excludeDefaultDirectories>true</excludeDefaultDirectories>
-                            <filesets>
-                                <fileset>
-                                    <directory>${project.basedir}</directory>
+            <!--<plugin>-->
+                <!--<groupId>org.apache.maven.plugins</groupId>-->
+                <!--<artifactId>maven-clean-plugin</artifactId>-->
+                <!--<inherited>false</inherited>-->
+                <!--<executions>-->
+                    <!--<execution>-->
+                        <!--<id>flatten.clean.after</id>-->
+                        <!--<phase>install</phase>-->
+                        <!--<goals>-->
+                            <!--<goal>clean</goal>-->
+                        <!--</goals>-->
+                        <!--<configuration>-->
+                            
<!--<excludeDefaultDirectories>true</excludeDefaultDirectories>-->
+                            <!--<filesets>-->
+                                <!--<fileset>-->
+                                    
<!--<directory>${project.basedir}</directory>-->
                                     <!--<includes>-->
                                         
<!--<include>**/pom-installed.xml</include>-->
                                     <!--</includes>-->
-                                </fileset>
-                            </filesets>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
+                                <!--</fileset>-->
+                            <!--</filesets>-->
+                        <!--</configuration>-->
+                    <!--</execution>-->
+                <!--</executions>-->
+            <!--</plugin>-->
 
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>

Reply via email to