[sikuli] 49/385: Update README.md
Gilles Filippini
pini at moszumanska.debian.org
Sun Jun 29 19:25:47 UTC 2014
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 20cc25fca1f34dc9df87f7f516379e11a2860beb
Author: Raimund Hocke <rmhdevelop at me.com>
Date: Sat Dec 28 14:06:36 2013 +0100
Update README.md
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index db121da..8ab04a8 100644
--- a/README.md
+++ b/README.md
@@ -126,7 +126,7 @@ If you want jars containing the sources of the respective modules and/or contain
**--- Basic compile/package/install for each module**
You have 3 options, to selectively run the POM of a specific module alone:
- 1. in the root folder run<br />`mvn -pl<ModuleName> [clean] [compile|package|install]` <br />where `<ModuleName>` is the respective folder name
+ 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]`
3. use the respective build steps in your IDE being in one of the module projects
@@ -149,7 +149,7 @@ The mudule IDE POM contains the exec-maven-plugin, so to run the Sikuli IDE you
`mvn exec:java -Dsikuli.FromCommandLine -Dexec.args="args for Sikuli"`
or this being on the root folder level <br />
-`mvn -f IDE/p* exec:java -Dsikuli.FromCommandLine -Dexec.args="args for Sikuli"`
+`mvn -pl IDE exec:java -Dsikuli.FromCommandLine -Dexec.args="args for Sikuli"`
As it is standard with Maven, all -D parameters go to Java system properties, wheras the content of -Dexec.args string will be given to the args array for the main method of the startup class.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sikuli.git
More information about the pkg-java-commits
mailing list