File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed
Utils/hdinsight-node-common Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 8282 </testResources >
8383 <defaultGoal >install</defaultGoal >
8484 <plugins >
85+ <plugin >
86+ <groupId >net.alchim31.maven</groupId >
87+ <artifactId >scala-maven-plugin</artifactId >
88+ <version >3.3.1</version >
89+ <executions >
90+ <execution >
91+ <goals >
92+ <goal >testCompile</goal >
93+ </goals >
94+ </execution >
95+ </executions >
96+ <configuration >
97+ <scalaVersion >${scala.version} </scalaVersion >
98+ </configuration >
99+ </plugin >
85100 <plugin >
86101 <groupId >org.jetbrains.kotlin</groupId >
87102 <artifactId >kotlin-maven-plugin</artifactId >
161176 <target >1.8</target >
162177 </configuration >
163178 </plugin >
164- <plugin >
165- <groupId >net.alchim31.maven</groupId >
166- <artifactId >scala-maven-plugin</artifactId >
167- <version >3.3.1</version >
168- <executions >
169- <execution >
170- <goals >
171- <goal >testCompile</goal >
172- </goals >
173- </execution >
174- </executions >
175- <configuration >
176- <scalaVersion >${scala.version} </scalaVersion >
177- </configuration >
178- </plugin >
179179 </plugins >
180180 </build >
181181
You can’t perform that action at this time.
0 commit comments