X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=README.OPENDAYLIGHT;h=78d54a7e87fa7288fdf912e76406a0d76b0cde33;hp=e85aa31b7be2088cc20487e93ff0ed3fe21e4bdc;hb=cc05487db04c93e9c81c4bf2223ad0db7d26307b;hpb=45359d534b96d408ba495b7a53d9ca859b0190fd diff --git a/README.OPENDAYLIGHT b/README.OPENDAYLIGHT index e85aa31b7b..78d54a7e87 100644 --- a/README.OPENDAYLIGHT +++ b/README.OPENDAYLIGHT @@ -21,12 +21,20 @@ HOW TO BUILD ============ In order to build it's required to have JDK 1.7+ and Maven 3+, to get a build going it's needed to: -1) Choose the distribution, from within opendaylight/distribution -2) Go in the directory and run +1) From the root directory run "mvn clean install" -3) On succesfull completion go in the target directory to pick the zip -file of the distribution or controller can be executed right from -there going into the distribution directory. +2) On succesfull completion go in the directory: +"opendaylight/distribution/opendaylight/target" + +to pick the zip file of the distribution or controller can be executed +right from there going into the distribution directory. + +Please note that this way no integration tests but only UT will be +executed, if you are planning on committing code be aware that the +code will be tested also for Integrations tests hence make sure before +submitting a patch to build using the command: + "mvn clean install -Pintegrationtests" +to get IT executed. HOW TO RELEASE ARTIFACTS ========================