Skip to content

Commit

Permalink
Make certain utils is installed before any single projects are built.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwolfthal committed Feb 7, 2016
1 parent c9d67e7 commit 805eeb7
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,28 @@
This Repository contains the source-code for all chapters of the book [Netty in Action](http://manning.com/maurer)
by Norman Maurer and Marvin Allen Wolfthal.

Enjoy and feedback / PR's welcome!

Enjoy! Feedback and PR's welcome!


## Pre-requisites

- JDK 1.7.0u71 or better
- Maven 3.2.3 or better
:
JDK 1.7.0u71 or better

Maven 3.2.3 or better



If you want to build everything at once, from the top directory run

mvn install


If you want to build only single projects then from the top directory first run

mvn install -pl utils


This will make the utils jar available to all the projects.

0 comments on commit 805eeb7

Please sign in to comment.