Skip to content

Commit

Permalink
Merge pull request #141 from itsallcode/improve-developer-doc
Browse files Browse the repository at this point in the history
Improve developer doc
  • Loading branch information
kaklakariada authored May 23, 2018
2 parents 6f2a3af + 93b4123 commit 2aefc26
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,14 @@ The list below show all build time dependencies in alphabetical order. Note that

### Essential Build Steps

* `git clone /~https://github.com/itsallcode/openfasttrace.git`
* Run `mvn test` to run unit tests.
* Run `mvn exec:java@trace` to run requirements tracing.

### Using Eclipse

Import as a Maven project using *File > Import... > Maven > Existing Maven Projects*

### Configure Logging

We use [`java.util.logging`](https://docs.oracle.com/javase/8/docs/technotes/guides/logging/overview.html) for logging. To configure log level and formatting, add the following system property:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>com.github.kaklakariada</groupId>
<artifactId>hamcrest-auto-matcher</artifactId>
<version>0.4.1</version>
<version>0.4.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 2aefc26

Please sign in to comment.