Updated Branches: refs/heads/db_policy_store 1e80802a5 -> 5927a8aec
SENTRY-108: Add eclipse formatter to pom.xml(Brock Noland via Shreepadma Venugopalan) Project: http://git-wip-us.apache.org/repos/asf/incubator-sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-sentry/commit/9dc1f214 Tree: http://git-wip-us.apache.org/repos/asf/incubator-sentry/tree/9dc1f214 Diff: http://git-wip-us.apache.org/repos/asf/incubator-sentry/diff/9dc1f214 Branch: refs/heads/db_policy_store Commit: 9dc1f2147c118a0973b01008383a135130d5e12d Parents: 1e80802 Author: Shreepadma Venugopalan <[email protected]> Authored: Tue Feb 4 14:37:23 2014 -0800 Committer: Brock Noland <[email protected]> Committed: Thu Feb 6 10:21:29 2014 -0600 ---------------------------------------------------------------------- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/9dc1f214/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2970845..bf3504b 100644 --- a/pom.xml +++ b/pom.xml @@ -55,6 +55,7 @@ limitations under the License. <!-- versions are in alphabetical order --> <ant.contrib.version>1.0b3</ant.contrib.version> <maven.antrun.plugin.version>1.7</maven.antrun.plugin.version> + <maven.eclipse.plugin.version>2.9</maven.eclipse.plugin.version> <maven.enforcer.plugin.version>1.3.1</maven.enforcer.plugin.version> <build.helper.maven.plugin.version>1.8</build.helper.maven.plugin.version> <datanucleus.maven.plugin.version>3.3.0-release</datanucleus.maven.plugin.version> @@ -292,6 +293,17 @@ limitations under the License. <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-eclipse-plugin</artifactId> + <version>${maven.eclipse.plugin.version}</version> + <configuration> + <downloadJavadocs>true</downloadJavadocs> + <downloadSources>true</downloadSources> + <workspaceActiveCodeStyleProfileName>GoogleStyle</workspaceActiveCodeStyleProfileName> + <workspaceCodeStylesURL>https://google-styleguide.googlecode.com/svn/trunk/eclipse-java-google-style.xml</workspaceCodeStylesURL> + </configuration> + </plugin> </plugins> <pluginManagement>
