-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathBUILDING.txt
35 lines (22 loc) · 842 Bytes
/
BUILDING.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
BUILD INSTRUCTIONS
Requirements
JDK 6
JDK 8
Maven 3
Required environment variables
JAVA6_HOME = JDK 6 directory
JAVA8_HOME = JDK 8 directory
JAVA_HOME = JDK 8 directory
Regular build, execute all end-to-end tests
mvn clean verify
Also execute mutation tests and produce code coverage reports
(they can be found from the /target/pit-reports directories)
mvn clean verify -P coverage-report
Looking at dependencies etc. requires first executing the package
phase, because other modules depend on jumi-actors-maven-plugin to be
found from the Maven reactor
mvn package dependency:tree
Some other useful commands
mvn versions:display-plugin-updates
mvn versions:display-dependency-updates
mvn com.ning.maven.plugins:maven-duplicate-finder-plugin:1.0.2:check