Repository: asterixdb Updated Branches: refs/heads/master 7ed80afb7 -> a252d78a6
[NO ISSUE] Disable net.revelc.code.formatter on Eclipse - user model changes: no - storage format changes: no - interface changes: no Details: - Disable net.revelc.code.formatter on Eclipse since it doesn't support this plugin. Change-Id: I8748a1a7f15547c1af79ad562016d1671fd86e8f Reviewed-on: https://asterix-gerrit.ics.uci.edu/2340 Reviewed-by: Ian Maxon <[email protected]> Contrib: Ian Maxon <[email protected]> Integration-Tests: Ian Maxon <[email protected]> Tested-by: Ian Maxon <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/asterixdb/repo Commit: http://git-wip-us.apache.org/repos/asf/asterixdb/commit/a252d78a Tree: http://git-wip-us.apache.org/repos/asf/asterixdb/tree/a252d78a Diff: http://git-wip-us.apache.org/repos/asf/asterixdb/diff/a252d78a Branch: refs/heads/master Commit: a252d78a6185c889c59cca8f261a7bbb1aa81ece Parents: 7ed80af Author: Taewoo Kim <[email protected]> Authored: Tue Jan 30 13:29:07 2018 -0800 Committer: Taewoo Kim <[email protected]> Committed: Tue Jan 30 14:52:30 2018 -0800 ---------------------------------------------------------------------- asterixdb/pom.xml | 13 +++++++++++++ hyracks-fullstack/pom.xml | 13 +++++++++++++ 2 files changed, 26 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/asterixdb/blob/a252d78a/asterixdb/pom.xml ---------------------------------------------------------------------- diff --git a/asterixdb/pom.xml b/asterixdb/pom.xml index ec72dec..08781d3 100644 --- a/asterixdb/pom.xml +++ b/asterixdb/pom.xml @@ -417,6 +417,19 @@ <ignore /> </action> </pluginExecution> + <pluginExecution> + <pluginExecutionFilter> + <groupId>net.revelc.code.formatter</groupId> + <artifactId>formatter-maven-plugin</artifactId> + <versionRange>[2.0.1,)</versionRange> + <goals> + <goal>format</goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore></ignore> + </action> + </pluginExecution> </pluginExecutions> </lifecycleMappingMetadata> </configuration> http://git-wip-us.apache.org/repos/asf/asterixdb/blob/a252d78a/hyracks-fullstack/pom.xml ---------------------------------------------------------------------- diff --git a/hyracks-fullstack/pom.xml b/hyracks-fullstack/pom.xml index a82355d..4538869 100644 --- a/hyracks-fullstack/pom.xml +++ b/hyracks-fullstack/pom.xml @@ -457,6 +457,19 @@ <ignore /> </action> </pluginExecution> + <pluginExecution> + <pluginExecutionFilter> + <groupId>net.revelc.code.formatter</groupId> + <artifactId>formatter-maven-plugin</artifactId> + <versionRange>[2.0.1,)</versionRange> + <goals> + <goal>format</goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore></ignore> + </action> + </pluginExecution> </pluginExecutions> </lifecycleMappingMetadata> </configuration>
