Skip to content

Commit

Permalink
Updated readme file with build instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sten Roger Sandvik committed Apr 11, 2011
1 parent 18edd39 commit de1d4bd
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@ Welcome to the home of Enonic CMS Community Edition. Here you will find all sour

## Building

Build all code and run all tests (except integration tests):
Build all code and run all tests including integration tests:

mvn clean install

Build all code including integration tests:
Build all code skipping integration tests:

mvn clean integration-test install
mvn -DskipITs clean install

Build all code skipping all tests:

mvn -DskipTests clean install

## License

Expand Down

0 comments on commit de1d4bd

Please sign in to comment.