This is an automated email from the git hooks/post-receive script. pini pushed a commit to tag upstream/1.1.0_beta1 in repository sikuli.
commit 2a3e6bedc8fcdb2b1adedd69b30f6a9097e7aa26 Author: Raimund Hocke <[email protected]> Date: Sun Feb 23 17:22:59 2014 +0100 Update README.md --- README.md | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 3a23458..64789f6 100644 --- a/README.md +++ b/README.md @@ -169,28 +169,12 @@ which builds all modules and installs the artifacts into your local Maven reposi **Be aware** This mandatory first step will add "tons" of additional stuff from Maven Central repository to your local Maven repository, especially when you are a first time Maven user. -If you want jars containing the sources of the respective modules and/or containing the javadocs you can use the following profile switches:<br /> -`mvn clean install -PwithSource,withDocs`<br /> -(but for local usages, there might not be any sense in that ;-) +If you want jars containing the sources of the respective modules and/or containing the javadocs you can use the following profile switches: `mvn clean install -PwithSource,withDocs` (but locally, there might not be much sense in that ;-) -More details you can find [here ...](https://github.com/RaiMan/SikuliX-2014/wiki/More-information-related-to-the-Maven-aspects-in-this-project) +More details for Maven aspects you can find [here ...](https://github.com/RaiMan/SikuliX-2014/wiki/More-information-related-to-the-Maven-aspects-in-this-project) **--- How to produce the ready to use jars ---** ... `sikulix.jar` and `sikulixapi.jar` [please look here](https://github.com/RaiMan/SikuliX-2014/wiki/How-to-produce-the-ready_to_use-jar-packages) - -**--- How to deploy to a private Maven repository ---** - -Edit/configure the repository in section `distributionManagement` in root `pom.xml`.<br /> -The current setting is to the local copy of the peer Git Repo [SikuliX-Maven-Repo](https://github.com/RaiMan/SikuliX-Maven-Repo) here (after deployment you have to run a commit and trigger a push, to get it on GitHub).<br /> -This approch [comes from here ...](http://cemerick.com/2010/08/24/hosting-maven-repos-on-github/). - - -To make a deploy run <br /> -`mvn deploy -PwithDocs,withSource` - -With Maven < 3.0 you might need `-DaltDeploymentRepository=...` additionally. - -For usage hints look at the [README of SikuliX-Maven-Repo](https://github.com/RaiMan/SikuliX-Maven-Repo) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sikuli.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

