Repository: juddi Updated Branches: refs/heads/master 2274f000b -> 406d1bb97
JUDDI-872 readme added Project: http://git-wip-us.apache.org/repos/asf/juddi/repo Commit: http://git-wip-us.apache.org/repos/asf/juddi/commit/406d1bb9 Tree: http://git-wip-us.apache.org/repos/asf/juddi/tree/406d1bb9 Diff: http://git-wip-us.apache.org/repos/asf/juddi/diff/406d1bb9 Branch: refs/heads/master Commit: 406d1bb97b3d30fc1a2cf093ed70f425bad58bb8 Parents: 2274f00 Author: alexoree <[email protected]> Authored: Thu May 15 21:50:46 2014 -0400 Committer: alexoree <[email protected]> Committed: Thu May 15 21:50:46 2014 -0400 ---------------------------------------------------------------------- juddi-examples/ValueSetValidator/readme.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/juddi/blob/406d1bb9/juddi-examples/ValueSetValidator/readme.txt ---------------------------------------------------------------------- diff --git a/juddi-examples/ValueSetValidator/readme.txt b/juddi-examples/ValueSetValidator/readme.txt new file mode 100644 index 0000000..48d5ae3 --- /dev/null +++ b/juddi-examples/ValueSetValidator/readme.txt @@ -0,0 +1,13 @@ +To deploy + + +mvn clean install + +Then + +Copy the jar file into juddi-tomcat/target/tomcat/apache-tomcat.../juddiv3.war/WEB-INF/lib and restart Tomcat + + +To test: + +mvn clean install -Pdemo \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
