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 403c18bb4a3e9d07b4d401a1b54cc5aecc1b399e Author: Raimund Hocke <[email protected]> Date: Wed Dec 25 13:53:28 2013 +0100 Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d2e07f6..32014ca 100644 --- a/README.md +++ b/README.md @@ -72,10 +72,12 @@ If you want jars containing the sources of the respective modules and or contain `mvn clean install -PwithSource,withDocs`<br /> (but for local usages, there might not be any sense in that ;-) -**Basic compile/package/install for each module** +**Be aware** This will add "tons" of additional stuff from Maven Central repository to your local Maven repository, especially when you are a first time Maven user. + +**Basic compile/package/install for each module**<br /> you have 2 options, to selectively run the POM of a specific module alone: - 1. in the root folder run<br />`mvn -plModuleName [clean] [compile|package|install]` - 2. in the modules folder run <br />`mvn [clean] [compile|package|install]` + 1. in the root folder run<br />`mvn -pl<ModuleName> [clean] [compile|package|install]` <br />where `<ModuleName>` is the respective folder name + 2. in the module's folder run <br />`mvn [clean] [compile|package|install]` where you might additionally use the above mentioned profile switches -- 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

