File tree Expand file tree Collapse file tree 1 file changed +52
-1
lines changed
Expand file tree Collapse file tree 1 file changed +52
-1
lines changed Original file line number Diff line number Diff line change 3939 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
4040 </properties >
4141
42+ <repositories >
43+ <repository >
44+ <id >central</id >
45+ <name >Maven Central</name >
46+ <url >https://repo1.maven.org/maven2</url >
47+ <releases >
48+ <enabled >true</enabled >
49+ </releases >
50+ <snapshots >
51+ <enabled >false</enabled >
52+ </snapshots >
53+ </repository >
54+ </repositories >
55+
56+ <pluginRepositories >
57+ <pluginRepository >
58+ <id >central</id >
59+ <name >Maven Central</name >
60+ <url >https://repo1.maven.org/maven2</url >
61+ <releases >
62+ <enabled >true</enabled >
63+ </releases >
64+ <snapshots >
65+ <enabled >false</enabled >
66+ </snapshots >
67+ </pluginRepository >
68+ </pluginRepositories >
69+
4270 <distributionManagement >
4371 <repository >
4472 <id >sonatype-nexus-staging</id >
80108 </dependency >
81109 </dependencies >
82110
111+ <build >
112+ <plugins >
113+ <plugin >
114+ <groupId >org.apache.maven.plugins</groupId >
115+ <artifactId >maven-resources-plugin</artifactId >
116+ <version >3.3.1</version >
117+ <configuration >
118+ <encoding >UTF-8</encoding >
119+ </configuration >
120+ </plugin >
121+ <plugin >
122+ <groupId >org.apache.maven.plugins</groupId >
123+ <artifactId >maven-compiler-plugin</artifactId >
124+ <version >3.8.1</version >
125+ <configuration >
126+ <source >1.8</source >
127+ <target >1.8</target >
128+ <encoding >UTF-8</encoding >
129+ </configuration >
130+ </plugin >
131+ </plugins >
132+ </build >
133+
83134 <profiles >
84135 <profile >
85136 <id >dev</id >
163214 <plugin >
164215 <groupId >org.apache.maven.plugins</groupId >
165216 <artifactId >maven-resources-plugin</artifactId >
166- <version >3.2.0 </version >
217+ <version >3.3.1 </version >
167218 <configuration >
168219 <encoding >UTF-8</encoding >
169220 </configuration >
You can’t perform that action at this time.
0 commit comments