Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you do not have Visual Studio 2012 SP1 or later, use Mono. Install details at http://dlafferty.blogspot.com/2013/08/building-your-microsoft-solution-with.html

To trigger the JavaC#-based unit and functional tests, use -DskipTests=false. E.g.

Code Block
mvn clean install -P hyperv-agent -DskipTests=false

To trigger the Java-based functional tests, use -DskipFunctionalTests=false. E.g.

Code Block

mvn clean install -P hyperv-agent -DskipFunctionalTests=false

The functional These tests require you build on the parent partition (aka Dom0) of a Hyper-V 2012 hypervisor. Otherwise, you will not have access to the necessary Hyper-V APIs.

...