Repository: incubator-sentry Updated Branches: refs/heads/master 9da6a6733 -> 3cec83721
SENTRY-471: mvn eclipse:eclipse shouldn't default download the javadocs and source jars (shenguoquan via Lenni Kuff) Project: http://git-wip-us.apache.org/repos/asf/incubator-sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-sentry/commit/3cec8372 Tree: http://git-wip-us.apache.org/repos/asf/incubator-sentry/tree/3cec8372 Diff: http://git-wip-us.apache.org/repos/asf/incubator-sentry/diff/3cec8372 Branch: refs/heads/master Commit: 3cec83721319ba6d7ff9dc7ca1135bcd9aeb9c4a Parents: 9da6a67 Author: Lenni Kuff <[email protected]> Authored: Thu Dec 4 11:28:17 2014 -0800 Committer: Lenni Kuff <[email protected]> Committed: Thu Dec 4 11:28:17 2014 -0800 ---------------------------------------------------------------------- pom.xml | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/3cec8372/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b3cea81..5878f6e 100644 --- a/pom.xml +++ b/pom.xml @@ -450,8 +450,6 @@ limitations under the License. <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> <sourceIncludes><include>src/gen/thrift/gen-javabean/**</include></sourceIncludes>
