File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 <version >0.1</version >
88 <name >WebAppCal Maven Webapp</name >
99 <url >http://maven.apache.org</url >
10+
11+ <plugins >
12+ <plugin >
13+ <groupId >org.codehaus.mojo</groupId >
14+ <artifactId >sonar-maven-plugin</artifactId >
15+ <version >2.6</version >
16+ </plugin >
17+ <plugin >
18+ <groupId >org.apache.maven.plugins</groupId >
19+ <artifactId >maven-compiler-plugin</artifactId >
20+ <configuration >
21+ <source >1.7</source >
22+ <target >1.7</target >
23+ </configuration >
24+ </plugin >
25+ <plugin >
26+ <groupId >org.apache.maven.plugins</groupId >
27+ <artifactId >maven-surefire-plugin</artifactId >
28+ </plugin >
29+
30+ <plugin >
31+ <groupId >org.sonarsource.scanner.maven</groupId >
32+ <artifactId >sonar-maven-plugin</artifactId >
33+ <version >3.8.0.2131</version >
34+ </plugin >
35+ <plugin >
36+ <groupId >org.jacoco</groupId >
37+ <artifactId >jacoco-maven-plugin</artifactId >
38+ <version >0.8.5</version >
39+ <executions >
40+ <execution >
41+ <id >prepare-agent</id >
42+ <goals >
43+ <goal >prepare-agent</goal >
44+ </goals >
45+ </execution >
46+ <execution >
47+ <id >report</id >
48+ <goals >
49+ <goal >report</goal >
50+ </goals >
51+ </execution >
52+ </executions >
53+ </plugin >
54+ <plugin >
55+ <groupId >org.apache.maven.plugins</groupId >
56+ <artifactId >maven-surefire-plugin</artifactId >
57+ <version >2.22.2</version >
58+ <configuration >
59+ <skipTests >true</skipTests >
60+ </configuration >
61+ </plugin >
62+ <plugin >
63+ <groupId >org.codehaus.mojo</groupId >
64+ <artifactId >sonar-maven-plugin</artifactId >
65+ <version >3.0.2</version >
66+ </plugin >
67+ </plugins >
68+
69+
1070 <dependencies >
1171 <dependency >
1272 <groupId >junit</groupId >
You can’t perform that action at this time.
0 commit comments