File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 121121
122122 <build >
123123 <plugins >
124+ <!-- TO KEEP COMPATIBLE AND NO WARNING during compiling-->
124125 <plugin >
125126 <groupId >org.apache.maven.plugins</groupId >
126127 <artifactId >maven-compiler-plugin</artifactId >
131132 <artifactId >maven-surefire-plugin</artifactId >
132133 <version >3.5.0</version >
133134 </plugin >
135+ <plugin >
136+ <groupId >org.apache.maven.plugins</groupId >
137+ <artifactId >maven-resources-plugin</artifactId >
138+ <version >3.3.1</version >
139+ </plugin >
140+ <plugin >
141+ <groupId >org.apache.maven.plugins</groupId >
142+ <artifactId >maven-install-plugin</artifactId >
143+ <version >3.1.3</version >
144+ </plugin >
145+ <plugin >
146+ <groupId >org.apache.maven.plugins</groupId >
147+ <artifactId >maven-deploy-plugin</artifactId >
148+ <version >3.1.3</version >
149+ </plugin >
134150 <plugin >
135151 <groupId >org.jacoco</groupId >
136152 <artifactId >jacoco-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments