You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by dk...@apache.org on 2015/06/03 02:12:11 UTC

[06/50] [abbrv] incubator-tinkerpop git commit: Add some notes to the docs about ivy settings.

Add some notes to the docs about ivy settings.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/4db0e1cd
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/4db0e1cd
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/4db0e1cd

Branch: refs/heads/preprocessor
Commit: 4db0e1cd38fe0849523a5876302afe4d2f0a8532
Parents: efc143b
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Fri May 29 11:02:24 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Fri May 29 11:02:24 2015 -0400

----------------------------------------------------------------------
 docs/src/gremlin-applications.asciidoc | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/4db0e1cd/docs/src/gremlin-applications.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/gremlin-applications.asciidoc b/docs/src/gremlin-applications.asciidoc
index 4d4b377..ea3742a 100644
--- a/docs/src/gremlin-applications.asciidoc
+++ b/docs/src/gremlin-applications.asciidoc
@@ -54,6 +54,8 @@ Additionally, the Graph configuration can also be modified to include the local
 [source,xml]
 <ibiblio name="local" root="file:${user.home}/.m2/repository/" m2compatible="true"/>
 
+This configuration is useful during development (i.e. if one is working with locally built artifacts) of TinkerPop Plugins.  Consider adding the "local" reference first in the set of `<ibilio>` resolvers, as putting it after "apache-snapshots" will likely resolve dependencies from that repository before looking locally.  If it does that, then it's possible that the artifact from the newer local build will not be used.
+
 CAUTION: If building TinkerPop from source, be sure to clear TinkerPop-related jars from the `~/.groovy/grapes` directory as they can become stale on some systems and not re-import properly from the local `.m2` after fresh rebuilds.
 
 [[gremlin-console]]