Remove just the non-root-resources configuration.
Project: http://git-wip-us.apache.org/repos/asf/calcite/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/5d063445 Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/5d063445 Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/5d063445 Branch: refs/heads/remote-resources-fixes Commit: 5d0634451d8adf66da1a7521c04c60b57ad4bdb3 Parents: 26f56a1 Author: Josh Elser <[email protected]> Authored: Tue Mar 8 14:07:05 2016 -0500 Committer: Josh Elser <[email protected]> Committed: Tue Mar 8 14:07:05 2016 -0500 ---------------------------------------------------------------------- avatica/pom.xml | 8 -------- 1 file changed, 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/calcite/blob/5d063445/avatica/pom.xml ---------------------------------------------------------------------- diff --git a/avatica/pom.xml b/avatica/pom.xml index f383a35..6794751 100644 --- a/avatica/pom.xml +++ b/avatica/pom.xml @@ -293,14 +293,6 @@ limitations under the License. </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>
