File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 9
9
<version >1.2</version >
10
10
<name >Build Tools</name >
11
11
12
+ <properties >
13
+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
14
+ </properties >
12
15
</project >
Original file line number Diff line number Diff line change 139
139
<plugin >
140
140
<groupId >org.apache.maven.plugins</groupId >
141
141
<artifactId >maven-failsafe-plugin</artifactId >
142
- <version >3.0.0-M3</version >
143
142
<configuration >
144
143
<encoding >UTF-8</encoding >
145
144
<failIfNoTests >false</failIfNoTests >
Original file line number Diff line number Diff line change 109
109
</archive >
110
110
</configuration >
111
111
</plugin >
112
+ <plugin >
113
+ <groupId >org.apache.maven.plugins</groupId >
114
+ <artifactId >maven-failsafe-plugin</artifactId >
115
+ <version >3.0.0-M3</version >
116
+ </plugin >
112
117
<plugin >
113
118
<groupId >org.codehaus.mojo</groupId >
114
119
<artifactId >exec-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments