You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by av...@apache.org on 2016/01/22 12:16:50 UTC

ignite git commit: Compilation hotfix

Repository: ignite
Updated Branches:
  refs/heads/ignite-1.5.5 81e75e1c4 -> 7ec3110f6


Compilation hotfix


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

Branch: refs/heads/ignite-1.5.5
Commit: 7ec3110f699b94a60562aa66906b6cb6528b2bb4
Parents: 81e75e1
Author: Anton Vinogradov <av...@apache.org>
Authored: Fri Jan 22 14:16:42 2016 +0300
Committer: Anton Vinogradov <av...@apache.org>
Committed: Fri Jan 22 14:16:42 2016 +0300

----------------------------------------------------------------------
 pom.xml | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/7ec3110f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 461f4ac..76ae8b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -168,6 +168,22 @@
             </activation>
             <build>
                 <plugins>
+                    <plugin><!-- skipping generates dependencies licenses -->
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-remote-resources-plugin</artifactId>
+                        <executions>
+                            <execution>
+                                <id>ignite-dependencies</id>
+                                <goals>
+                                    <goal>process</goal>
+                                </goals>
+                                <configuration>
+                                    <skip>true</skip>
+                                </configuration>
+                            </execution>
+                        </executions>
+                    </plugin>
+
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-javadoc-plugin</artifactId>
@@ -916,22 +932,6 @@
                     </execution>
                 </executions>
             </plugin>
-
-            <plugin><!-- skipping generates dependencies licenses -->
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-remote-resources-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>ignite-dependencies</id>
-                        <goals>
-                            <goal>process</goal>
-                        </goals>
-                        <configuration>
-                           <skip>true</skip>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
         </plugins>
     </build>
 </project>