File tree 6 files changed +0
-49
lines changed
frontend/webadmin/modules
6 files changed +0
-49
lines changed Original file line number Diff line number Diff line change 59
59
60
60
<build >
61
61
<plugins >
62
-
63
- <plugin >
64
- <artifactId >maven-compiler-plugin</artifactId >
65
- <configuration >
66
- <release >8</release >
67
- <target >1.8</target >
68
- <source >1.8</source >
69
- <excludes >
70
- <exclude >**/uioverrides/**/*</exclude >
71
- </excludes >
72
- </configuration >
73
- </plugin >
74
-
75
62
<plugin >
76
63
<artifactId >maven-source-plugin</artifactId >
77
64
<executions >
Original file line number Diff line number Diff line change 14
14
15
15
<build >
16
16
<plugins >
17
-
18
- <plugin >
19
- <artifactId >maven-compiler-plugin</artifactId >
20
- <configuration >
21
- <release >8</release >
22
- <target >1.8</target >
23
- <source >1.8</source >
24
- </configuration >
25
- </plugin >
26
17
<plugin >
27
18
<artifactId >maven-source-plugin</artifactId >
28
19
<executions >
Original file line number Diff line number Diff line change 105
105
</testResource >
106
106
</testResources >
107
107
<plugins >
108
- <plugin >
109
- <groupId >org.codehaus.mojo</groupId >
110
- <artifactId >properties-maven-plugin</artifactId >
111
- <executions >
112
- <execution >
113
- <goals >
114
- <goal >set-system-properties</goal >
115
- </goals >
116
- <configuration >
117
- <properties ><property ><name >javaAAA.home</name ><value >/lib/jvm/java-1.8</value ></property ></properties >
118
- </configuration >
119
- </execution >
120
- </executions >
121
- </plugin >
122
108
<plugin >
123
109
<groupId >org.codehaus.mojo</groupId >
124
110
<artifactId >gwt-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 41
41
<plugin >
42
42
<artifactId >maven-compiler-plugin</artifactId >
43
43
<configuration >
44
- <release >8</release >
45
- <target >1.8</target >
46
44
<excludes >
47
45
<exclude >**/uioverrides/**/*</exclude >
48
46
</excludes >
Original file line number Diff line number Diff line change 65
65
<groupId >org.apache.maven.plugins</groupId >
66
66
<artifactId >maven-compiler-plugin</artifactId >
67
67
<configuration >
68
- <source >1.8</source >
69
- <target >1.8</target >
70
- <release >8</release >
71
-
72
68
<!-- We use maven-processor-plugin to invoke annotation processors -->
73
69
<compilerArgument >-proc:none</compilerArgument >
74
70
<excludes >
Original file line number Diff line number Diff line change 142
142
<maven-source-plugin .version>3.2.1</maven-source-plugin .version>
143
143
<maven-surefire-plugin .version>3.0.0-M7</maven-surefire-plugin .version>
144
144
<maven-war-plugin .version>3.3.2</maven-war-plugin .version>
145
- <properties-maven-plugin .version>1.1.0</properties-maven-plugin .version>
146
145
<spotbugs-maven-plugin .version>4.7.2.0</spotbugs-maven-plugin .version>
147
146
<taglist-maven-plugin .version>3.0.0</taglist-maven-plugin .version>
148
147
1062
1061
<version >${maven-install-plugin.version} </version >
1063
1062
</plugin >
1064
1063
1065
- <plugin >
1066
- <groupId >org.codehaus.mojo</groupId >
1067
- <artifactId >properties-maven-plugin</artifactId >
1068
- <version >${properties-maven-plugin.version} </version >
1069
- </plugin >
1070
-
1071
1064
<plugin >
1072
1065
<groupId >com.github.spotbugs</groupId >
1073
1066
<artifactId >spotbugs-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments