Github user ckadner commented on a diff in the pull request:

    https://github.com/apache/bahir/pull/12#discussion_r71946595
  
    --- Diff: README.md ---
    @@ -19,3 +23,31 @@ Folder structure:
       - python
     - ...
     ```
    +
    +## Building Bahir
    +
    +Bahir is built using [Apache Maven](http://maven.apache.org/).
    +To build Bahir and its example programs, run:
    +
    +    mvn -DskipTests clean install
    +
    +## Running Tests
    +
    +Testing first requires [building Bahir](#building-bahir). Once Bahir is 
built, tests
    --- End diff --
    
    Well, at least currently, it **is** possible to build **and** test the 
project in **one** shot `mvn clean install`, but this may change in the future 
and running the build and tests separately is fine as long as developers 
actually do run the tests ;-)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to