Try putting the configuration in the apache-release profile.
Project: http://git-wip-us.apache.org/repos/asf/calcite/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/237f83bf Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/237f83bf Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/237f83bf Branch: refs/heads/remote-resources-fixes Commit: 237f83bf3f8577f33ae32d31695736726b7bd757 Parents: 5d06344 Author: Josh Elser <[email protected]> Authored: Tue Mar 8 14:12:36 2016 -0500 Committer: Josh Elser <[email protected]> Committed: Tue Mar 8 14:12:36 2016 -0500 ---------------------------------------------------------------------- avatica/pom.xml | 35 +++++++++++++++++------------------ 1 file changed, 17 insertions(+), 18 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/calcite/blob/237f83bf/avatica/pom.xml ---------------------------------------------------------------------- diff --git a/avatica/pom.xml b/avatica/pom.xml index 6794751..5bccbaf 100644 --- a/avatica/pom.xml +++ b/avatica/pom.xml @@ -279,24 +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> - </executions> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.7</source> @@ -682,6 +664,23 @@ limitations under the License. </execution> </executions> </plugin> + <plugin> + <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> + </executions> + </plugin> </plugins> </build> </profile>
