Repository: calcite
Updated Branches:
  refs/heads/remote-resources-fixes [created] dc40a1965


Remove remote resources plugin configuration.


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

Branch: refs/heads/remote-resources-fixes
Commit: c9638d6b0b414aad092e2a40da4ab0c61b309b8e
Parents: 50c4b06
Author: Josh Elser <[email protected]>
Authored: Tue Mar 8 13:38:31 2016 -0500
Committer: Josh Elser <[email protected]>
Committed: Tue Mar 8 13:38:31 2016 -0500

----------------------------------------------------------------------
 avatica/pom.xml | 26 --------------------------
 1 file changed, 26 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite/blob/c9638d6b/avatica/pom.xml
----------------------------------------------------------------------
diff --git a/avatica/pom.xml b/avatica/pom.xml
index 42a72ee..ef84679 100644
--- a/avatica/pom.xml
+++ b/avatica/pom.xml
@@ -279,32 +279,6 @@ limitations under the License.
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-remote-resources-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>root-resources</id>
-            <goals>
-              <goal>process</goal>
-            </goals>
-            <configuration>
-              <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
-              <resourceBundles>
-                
<resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
-              </resourceBundles>
-            </configuration>
-          </execution>
-          <execution>
-            <id>non-root-resources</id>
-            <configuration>
-              <resourceBundles>
-                
<resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
-              </resourceBundles>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
           <source>1.7</source>

Reply via email to