Repository: juddi Updated Branches: refs/heads/master bf41d6d47 -> bd0b53f99
NOJIRA updating readme files Project: http://git-wip-us.apache.org/repos/asf/juddi/repo Commit: http://git-wip-us.apache.org/repos/asf/juddi/commit/bd0b53f9 Tree: http://git-wip-us.apache.org/repos/asf/juddi/tree/bd0b53f9 Diff: http://git-wip-us.apache.org/repos/asf/juddi/diff/bd0b53f9 Branch: refs/heads/master Commit: bd0b53f994cd2876f9df971c5b85a3bd49a6f075 Parents: bf41d6d Author: alexoree <[email protected]> Authored: Tue Nov 11 08:53:11 2014 -0500 Committer: alexoree <[email protected]> Committed: Tue Nov 11 08:53:11 2014 -0500 ---------------------------------------------------------------------- juddi-client-plugins/README.txt | 5 +++++ juddi-examples/more-uddi-samples/README.txt | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/juddi/blob/bd0b53f9/juddi-client-plugins/README.txt ---------------------------------------------------------------------- diff --git a/juddi-client-plugins/README.txt b/juddi-client-plugins/README.txt new file mode 100644 index 0000000..500f8dd --- /dev/null +++ b/juddi-client-plugins/README.txt @@ -0,0 +1,5 @@ +The idea with this project to provide some additional plugins for the jUDDI Client to discover services using alternative mechanisms. + +Planned: Adapter using jgroups and mDNS to find a UDDI server and thus minimize the configuration data needed for using a jUDDI client to almost nothing. + +Status: Incomplete \ No newline at end of file http://git-wip-us.apache.org/repos/asf/juddi/blob/bd0b53f9/juddi-examples/more-uddi-samples/README.txt ---------------------------------------------------------------------- diff --git a/juddi-examples/more-uddi-samples/README.txt b/juddi-examples/more-uddi-samples/README.txt index 5269012..262be41 100644 --- a/juddi-examples/more-uddi-samples/README.txt +++ b/juddi-examples/more-uddi-samples/README.txt @@ -7,6 +7,6 @@ annotate items in UDDI for service or software versioning. Note: This is an interactive program. Do not run this from a headless server or from CI/Buildbot/Jenkins -3. mvn -Pinteractive +3. mvn clean install -Pinteractive Follow the onscreen prompts \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
