You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by el...@apache.org on 2016/03/08 22:03:16 UTC

[3/7] calcite git commit: Remove more remote-resources-plugin config

Remove more remote-resources-plugin config


Project: http://git-wip-us.apache.org/repos/asf/calcite/repo
Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/290af1cc
Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/290af1cc
Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/290af1cc

Branch: refs/heads/remote-resources-fixes
Commit: 290af1cca652fb253d45c0b6663d125fbfa2f63f
Parents: 45956f1
Author: Josh Elser <el...@apache.org>
Authored: Tue Mar 8 13:51:32 2016 -0500
Committer: Josh Elser <el...@apache.org>
Committed: Tue Mar 8 13:51:32 2016 -0500

----------------------------------------------------------------------
 avatica/core/pom.xml                       | 11 -----------
 avatica/metrics-dropwizardmetrics3/pom.xml | 11 -----------
 avatica/metrics/pom.xml                    | 11 -----------
 avatica/noop-driver/pom.xml                | 11 -----------
 avatica/server/pom.xml                     | 11 -----------
 5 files changed, 55 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite/blob/290af1cc/avatica/core/pom.xml
----------------------------------------------------------------------
diff --git a/avatica/core/pom.xml b/avatica/core/pom.xml
index d26b81d..9ce07f3 100644
--- a/avatica/core/pom.xml
+++ b/avatica/core/pom.xml
@@ -170,17 +170,6 @@ limitations under the License.
         </executions>
       </plugin>
       <plugin>
-        <artifactId>maven-remote-resources-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>non-root-resources</id>
-            <goals>
-              <goal>process</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-shade-plugin</artifactId>
         <executions>

http://git-wip-us.apache.org/repos/asf/calcite/blob/290af1cc/avatica/metrics-dropwizardmetrics3/pom.xml
----------------------------------------------------------------------
diff --git a/avatica/metrics-dropwizardmetrics3/pom.xml b/avatica/metrics-dropwizardmetrics3/pom.xml
index 2f1de42..c96329b 100644
--- a/avatica/metrics-dropwizardmetrics3/pom.xml
+++ b/avatica/metrics-dropwizardmetrics3/pom.xml
@@ -103,17 +103,6 @@ limitations under the License.
           </execution>
         </executions>
       </plugin>
-      <plugin>
-        <artifactId>maven-remote-resources-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>non-root-resources</id>
-            <goals>
-              <goal>process</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
     </plugins>
   </build>
 </project>

http://git-wip-us.apache.org/repos/asf/calcite/blob/290af1cc/avatica/metrics/pom.xml
----------------------------------------------------------------------
diff --git a/avatica/metrics/pom.xml b/avatica/metrics/pom.xml
index 1b8ad66..b346147 100644
--- a/avatica/metrics/pom.xml
+++ b/avatica/metrics/pom.xml
@@ -122,17 +122,6 @@ limitations under the License.
           </execution>
         </executions>
       </plugin>
-      <plugin>
-        <artifactId>maven-remote-resources-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>non-root-resources</id>
-            <goals>
-              <goal>process</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
     </plugins>
   </build>
 </project>

http://git-wip-us.apache.org/repos/asf/calcite/blob/290af1cc/avatica/noop-driver/pom.xml
----------------------------------------------------------------------
diff --git a/avatica/noop-driver/pom.xml b/avatica/noop-driver/pom.xml
index 5c2326c..d50ba37 100644
--- a/avatica/noop-driver/pom.xml
+++ b/avatica/noop-driver/pom.xml
@@ -94,17 +94,6 @@ limitations under the License.
           </execution>
         </executions>
       </plugin>
-      <plugin>
-        <artifactId>maven-remote-resources-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>non-root-resources</id>
-            <goals>
-              <goal>process</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
     </plugins>
   </build>
 </project>

http://git-wip-us.apache.org/repos/asf/calcite/blob/290af1cc/avatica/server/pom.xml
----------------------------------------------------------------------
diff --git a/avatica/server/pom.xml b/avatica/server/pom.xml
index a64789d..5681c3e 100644
--- a/avatica/server/pom.xml
+++ b/avatica/server/pom.xml
@@ -180,17 +180,6 @@ limitations under the License.
           </execution>
         </executions>
       </plugin>
-      <plugin>
-        <artifactId>maven-remote-resources-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>non-root-resources</id>
-            <goals>
-              <goal>process</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
     </plugins>
   </build>
 </project>