Skip to content

Commit 75f0547

Browse files
committed
Fix a few doc errors
Signed-off-by: Jan Schatteman <[email protected]>
1 parent ecb984b commit 75f0547

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ The general idea is to keep your 'master' branch in-sync with the
3131
## Building Hibernate Eclipse Tools
3232

3333
To build _Hibernate Eclipse Tools_ requires specific versions of Java (1.6+) and
34-
+Maven (3.1+). See this [link](https://github.com/jbosstools/jbosstools-devdoc/blob/master/building/readme.md) for more information on how to setup, run and configure build.
34+
+Maven (3.1+). Check [here](https://github.com/jbosstools/jbosstools-devdoc/blob/master/building) for more information on how to setup, run and configure build.
3535

3636
This command will run the build:
3737

3838
$ mvn clean verify
3939

4040
If you just want to check if things compiles/builds you can run:
4141

42-
$ mvn clean verify -DskipTest=true
42+
$ mvn clean verify -DskipTests
4343

4444
But *do not* push changes without having the new and existing unit tests pass!
4545

Diff for: docs/contribute/contribute.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ We are using [Tycho](https://projects.eclipse.org/projects/technology) and [Mave
101101

102102
<img src="images/mvn-version.png" width="600" />
103103

104-
Building the project is as simple as issuing `mvn clean install` or `mvn clean verify`. This will include running all the tests of the project. Because this takes a while, you might want to skip this step. Do this by adding the 'skipTests' parameter: `mvn clean install -DskipTests=true`.
104+
Building the project is as simple as issuing `mvn clean install` or `mvn clean verify`. This will include running all the tests of the project. Because this takes a while, you might want to skip this step. Do this by adding the 'skipTests' parameter: `mvn clean install -DskipTests`.
105105

106106
<img src="images/mvn-clean-install.png" width="600" />
107107

0 commit comments

Comments
 (0)