File tree 1 file changed +12
-28
lines changed
1 file changed +12
-28
lines changed Original file line number Diff line number Diff line change 13
13
14
14
<name >codecentric allocation tracker</name >
15
15
16
+ <properties >
17
+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
18
+ </properties >
19
+
16
20
<build >
17
21
<plugins >
18
- <plugin >
19
- <groupId >org.apache.maven.plugins</groupId >
20
- <artifactId >maven-resources-plugin</artifactId >
21
- <version >2.6</version >
22
- <configuration >
23
- <encoding >UTF-8</encoding >
24
- </configuration >
25
- </plugin >
26
22
<plugin >
27
23
<groupId >org.apache.maven.plugins</groupId >
28
24
<artifactId >maven-jar-plugin</artifactId >
81
77
<activation >
82
78
<activeByDefault >true</activeByDefault >
83
79
</activation >
80
+ <properties >
81
+ <maven .compiler.source>1.6</maven .compiler.source>
82
+ <maven .compiler.target>1.6</maven .compiler.target>
83
+ </properties >
84
84
<build >
85
85
<plugins >
86
86
<plugin >
102
102
</execution >
103
103
</executions >
104
104
</plugin >
105
- <plugin >
106
- <groupId >org.apache.maven.plugins</groupId >
107
- <artifactId >maven-compiler-plugin</artifactId >
108
- <version >3.1</version >
109
- <configuration >
110
- <source >1.6</source >
111
- <target >1.6</target >
112
- <encoding >UTF-8</encoding >
113
- </configuration >
114
- </plugin >
115
105
</plugins >
116
106
</build >
117
107
</profile >
118
108
<profile >
119
109
<id >java-8</id >
110
+ <properties >
111
+ <maven .compiler.source>1.8</maven .compiler.source>
112
+ <maven .compiler.target>1.8</maven .compiler.target>
113
+ </properties >
120
114
<build >
121
115
<plugins >
122
116
<plugin >
138
132
</execution >
139
133
</executions >
140
134
</plugin >
141
- <plugin >
142
- <groupId >org.apache.maven.plugins</groupId >
143
- <artifactId >maven-compiler-plugin</artifactId >
144
- <version >3.1</version >
145
- <configuration >
146
- <source >1.8</source >
147
- <target >1.8</target >
148
- <encoding >UTF-8</encoding >
149
- </configuration >
150
- </plugin >
151
135
</plugins >
152
136
</build >
153
137
</profile >
You can’t perform that action at this time.
0 commit comments